aboutsummaryrefslogtreecommitdiff
path: root/graphics/gocr
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2006-04-16 09:26:01 +0000
committerMartin Blapp <mbr@FreeBSD.org>2006-04-16 09:26:01 +0000
commit0eac993ce5dc2443f8e2111c8aee442e5bd33296 (patch)
treedfac3fbf829bbcd16720ac2eef98f2ef219cb06f /graphics/gocr
parentd247df7da942752090b83ee8441d707e87cb0928 (diff)
downloadports-0eac993ce5dc2443f8e2111c8aee442e5bd33296.tar.gz
ports-0eac993ce5dc2443f8e2111c8aee442e5bd33296.zip
Allow to have a different install prefix and still find our libs.
Notes
Notes: svn path=/head/; revision=159682
Diffstat (limited to 'graphics/gocr')
-rw-r--r--graphics/gocr/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gocr/files/patch-configure b/graphics/gocr/files/patch-configure
new file mode 100644
index 000000000000..8f7b62a35d35
--- /dev/null
+++ b/graphics/gocr/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sun Apr 2 00:14:03 2006
++++ configure Sun Apr 2 00:14:37 2006
+@@ -2426,7 +2426,7 @@
+ if test "${with_netpbm+set}" = set; then
+ withval="$with_netpbm"
+ if test "$withval" != "no"; then
+- LDFLAGS="-L$withval/lib $LDFLAGS";\
++ LDFLAGS="-L$withval/lib -R$withval/lib $LDFLAGS";\
+ CPPFLAGS="-I$withval/include $CPPFLAGS";\
+ fi
+ fi;