Package: tbb
Version: 4.3~20150611-0.1
Tags: patch

Attached is a patch to get s390x and hppa debian package.

Enjoy
Description: Tweak 64 bits detection
Author: Mathieu Malaterre <[email protected]>

--- tbb-4.3~20150611.orig/build/linux.inc
+++ tbb-4.3~20150611/build/linux.inc
@@ -119,6 +119,12 @@ endif
 ifeq ($(arch),sparc64)
         def_prefix = lin64
 endif
+ifeq ($(arch),s390x)
+        def_prefix = lin64
+endif
+ifeq ($(arch),hppa)
+        def_prefix = lin64
+endif
 ifeq ($(arch),armv7)
         def_prefix = lin32
 endif

Reply via email to