summaryrefslogtreecommitdiffstats
path: root/www/libwww
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-07-10 12:59:39 +0000
committervd <vd@FreeBSD.org>2006-07-10 12:59:39 +0000
commit030a234a9a9873ad3feeb12c9be9313b1580a2b6 (patch)
tree1723569b35e9a37f7476ce4885aafbe378ed0bd3 /www/libwww
parent1ab3bfafac00080081440546f1ceb4b21243041f (diff)
downloadFreeBSD-ports-030a234a9a9873ad3feeb12c9be9313b1580a2b6.zip
FreeBSD-ports-030a234a9a9873ad3feeb12c9be9313b1580a2b6.tar.gz
Add wwwssl to the list of libraries to link with
PR: ports/99863 Submitted by: Julian Elischer <julian@pan.ironport.com>
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile2
-rw-r--r--www/libwww/files/patch-libwww-config.in12
2 files changed, 13 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 6fd3c03..c722a3a 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libwww
PORTVERSION= 5.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel
MASTER_SITES= http://www.w3.org/Library/Distribution/
DISTNAME= w3c-${PORTNAME}-${PORTVERSION}
diff --git a/www/libwww/files/patch-libwww-config.in b/www/libwww/files/patch-libwww-config.in
new file mode 100644
index 0000000..ba21fc4
--- /dev/null
+++ b/www/libwww/files/patch-libwww-config.in
@@ -0,0 +1,12 @@
+--- libwww-config.in.orig Thu Jul 6 18:48:21 2006
++++ libwww-config.in Thu Jul 6 18:49:01 2006
+@@ -48,7 +48,7 @@
+ echo -I@includedir@ -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 -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ @LWWWSSL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
+ ;;
+ *)
+ echo "${usage}" 1>&2
+
OpenPOWER on IntegriCloud