summaryrefslogtreecommitdiff
path: root/debian/patches/15_jam.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/15_jam.patch')
-rw-r--r--debian/patches/15_jam.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/patches/15_jam.patch b/debian/patches/15_jam.patch
index 2e2a3f5..2809967 100644
--- a/debian/patches/15_jam.patch
+++ b/debian/patches/15_jam.patch
@@ -47,7 +47,7 @@ Index: trunk/Jamtop
# Tell standalone libraries that they are part of Argyll:
DEFINES += ARGYLLCMS ;
-@@ -132,16 +133,76 @@ rule CheckForLibrary {
+@@ -132,16 +133,79 @@ rule CheckForLibrary {
if ! $(BUILTIN_$(UCASE)) && $(UNIX) {
if [ GLOB /usr/include : $(lcase).h $(lcase)lib.h ]
@@ -67,6 +67,7 @@ Index: trunk/Jamtop
+ || [ GLOB /usr/include/m68k-linux-gnu : $(lcase).h $(lcase)lib.h ]
+ || [ GLOB /usr/include/mips-linux-gnu : $(lcase).h $(lcase)lib.h ]
+ || [ GLOB /usr/include/mipsel-linux-gnu : $(lcase).h $(lcase)lib.h ]
++ || [ GLOB /usr/include/mips64el-linux-gnuabi64 : $(lcase).h $(lcase)lib.h ]
+ || [ GLOB /usr/include/powerpc-linux-gnu : $(lcase).h $(lcase)lib.h ]
+ || [ GLOB /usr/include/powerpc-linux-gnuspe : $(lcase).h $(lcase)lib.h ]
+ || [ GLOB /usr/include/powerpc64-linux-gnu : $(lcase).h $(lcase)lib.h ]
@@ -107,6 +108,8 @@ Index: trunk/Jamtop
+ || [ GLOB /usr/lib/mips-linux-gnu : lib$(lcase).a ]
+ || [ GLOB /usr/lib/mipsel-linux-gnu : lib$(lcase).so ]
+ || [ GLOB /usr/lib/mipsel-linux-gnu : lib$(lcase).a ]
++ || [ GLOB /usr/lib/mips64el-linux-gnuabi64 : lib$(lcase).so ]
++ || [ GLOB /usr/lib/mips64el-linux-gnuabi64 : lib$(lcase).a ]
+ || [ GLOB /usr/lib/powerpc-linux-gnu : lib$(lcase).so ]
+ || [ GLOB /usr/lib/powerpc-linux-gnu : lib$(lcase).a ]
+ || [ GLOB /usr/lib/powerpc-linux-gnuspe : lib$(lcase).so ]