diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-06-12 10:44:25 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-06-12 10:44:25 +0200 |
commit | 65dadeec086fd9e61bda368331fa6db5e8b9850b (patch) | |
tree | b02161908806927c47beaa5eaae8dddb84d03d73 /debian/patches | |
parent | 606dde61a99d47b6aa7600c52eefd0c4a4bf9e99 (diff) |
Correct FTBFS on mips64el
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/15_jam.patch | 5 |
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 ] |