aboutsummaryrefslogtreecommitdiff
path: root/graphics/gocr/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gocr/files/patch-configure')
-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;