]> git.pld-linux.org Git - packages/gocr.git/commitdiff
- search from proper libdir
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Jan 2007 14:15:10 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gocr-lib64.patch -> 1.1

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

diff --git a/gocr-lib64.patch b/gocr-lib64.patch
new file mode 100644 (file)
index 0000000..2b7cf7a
--- /dev/null
@@ -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
This page took 0.047766 seconds and 4 git commands to generate.