]> git.pld-linux.org Git - packages/gocr.git/blobdiff - gocr-lib64.patch
- search from proper libdir
[packages/gocr.git] / gocr-lib64.patch
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.044356 seconds and 4 git commands to generate.