diff options
author | mbr <mbr@FreeBSD.org> | 2006-04-16 17:26:01 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2006-04-16 17:26:01 +0800 |
commit | 7a0e280fd5c775bdc67905090ae54a738294b33a (patch) | |
tree | 68c7b900f36689ad06ba8ae8eefa0cef4046179c /graphics | |
parent | 23a5289b4f27c7ab10601492fa2db6320803d0fb (diff) | |
download | freebsd-ports-graphics-7a0e280fd5c775bdc67905090ae54a738294b33a.tar.gz freebsd-ports-graphics-7a0e280fd5c775bdc67905090ae54a738294b33a.tar.zst freebsd-ports-graphics-7a0e280fd5c775bdc67905090ae54a738294b33a.zip |
Allow to have a different install prefix and still find our libs.
Diffstat (limited to 'graphics')
-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 00000000000..8f7b62a35d3 --- /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; |