summaryrefslogtreecommitdiff
path: root/www/libwww/patches
diff options
context:
space:
mode:
authordeberg <deberg@pkgsrc.org>1999-10-14 14:11:01 +0000
committerdeberg <deberg@pkgsrc.org>1999-10-14 14:11:01 +0000
commit7931ac020bf4c6c96a6f7fa2e291ae2caa6075d3 (patch)
tree7fefd6974a2c15ed058834759c7b56d8670a6f25 /www/libwww/patches
parentb7965d08776bb493e5f3ba9887f4e7728ef5b47e (diff)
downloadpkgsrc-7931ac020bf4c6c96a6f7fa2e291ae2caa6075d3.tar.gz
fix "libwww-config --libs" to work under ELF
Diffstat (limited to 'www/libwww/patches')
-rw-r--r--www/libwww/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/libwww/patches/patch-ad b/www/libwww/patches/patch-ad
new file mode 100644
index 00000000000..ac2ddcfaa14
--- /dev/null
+++ b/www/libwww/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 1999/10/14 14:11:02 deberg Exp $
+
+--- libwww-config.in.orig Thu Oct 14 09:41:40 1999
++++ libwww-config.in Thu Oct 14 09:40:54 1999
+@@ -48,7 +48,7 @@
+ echo -I@includedir@/@PACKAGE@ @DEFS@
+ ;;
+ --libs)
+- echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
++ echo -Wl,-R@libdir@ -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
+ ;;
+ *)
+ echo "${usage}" 1>&2