diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2006-04-16 09:26:01 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2006-04-16 09:26:01 +0000 |
commit | 0eac993ce5dc2443f8e2111c8aee442e5bd33296 (patch) | |
tree | dfac3fbf829bbcd16720ac2eef98f2ef219cb06f /graphics/gocr | |
parent | d247df7da942752090b83ee8441d707e87cb0928 (diff) | |
download | ports-0eac993ce5dc2443f8e2111c8aee442e5bd33296.tar.gz ports-0eac993ce5dc2443f8e2111c8aee442e5bd33296.zip |
Notes
Diffstat (limited to 'graphics/gocr')
-rw-r--r-- | graphics/gocr/files/patch-configure | 11 |
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; |