]> git.pld-linux.org Git - packages/blackbox.git/commitdiff
- fix for x86_64
authorhawk <hawk@pld-linux.org>
Mon, 27 Oct 2008 08:06:31 +0000 (08:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blackbox-lib64.patch -> 1.1

blackbox-lib64.patch [new file with mode: 0644]

diff --git a/blackbox-lib64.patch b/blackbox-lib64.patch
new file mode 100644 (file)
index 0000000..93a099f
--- /dev/null
@@ -0,0 +1,15 @@
+--- configure.ac.orig  2005-11-03 09:21:59.000000000 +0100
++++ configure.ac       2008-10-27 09:01:38.000000000 +0100
+@@ -10,10 +10,10 @@
+ dnl Look in the most logical places for external libraries
+ CPPFLAGS="$CPPFLAGS -I$prefix/include"
+-LDFLAGS="$LDFLAGS -L$prefix/lib"
++LDFLAGS="$LDFLAGS -L$prefix/lib64"
+ if test "x$prefix" != "x/usr/local"; then
+   CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+-  LDFLAGS="$LDFLAGS -L/usr/local/lib"
++  LDFLAGS="$LDFLAGS -L/usr/local/lib64"
+ fi
+ dnl Locate required external software
This page took 0.069605 seconds and 4 git commands to generate.