SOURCES: gocr-lib64.patch (NEW) - search from proper libdir

glen glen at pld-linux.org
Tue Jan 9 15:15:15 CET 2007


Author: glen                         Date: Tue Jan  9 14:15:15 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- search from proper libdir

---- Files affected:
SOURCES:
   gocr-lib64.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gocr-lib64.patch
diff -u /dev/null SOURCES/gocr-lib64.patch:1.1
--- /dev/null	Tue Jan  9 15:15:15 2007
+++ SOURCES/gocr-lib64.patch	Tue Jan  9 15:15:10 2007
@@ -0,0 +1,11 @@
+--- gocr-0.43/configure.in~	2006-08-30 12:24:52.000000000 +0300
++++ gocr-0.43/configure.in	2007-01-09 16:12:11.226659060 +0200
+@@ -27,7 +27,7 @@
+ AC_ARG_WITH(netpbm,
+  [  --with-netpbm=PATH      enter the PATH to netpbm package],
+  [ if test "$withval" != "no"; then
+-    LDFLAGS="-L$withval/lib $LDFLAGS";\
++    LDFLAGS="-L$withval/lib64 $LDFLAGS";\
+     CPPFLAGS="-I$withval/include $CPPFLAGS";\
+    fi ])
+ if test -n "$with_netpbm"; then echo "option: with_netpbm $with_netpbm"; fi
================================================================


More information about the pld-cvs-commit mailing list