aboutsummaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-07-10 12:59:39 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-07-10 12:59:39 +0000
commit4c1934bc44d9c3286a95e51528f53b545b36ebee (patch)
tree763f6b6ce2f946d26db0daa6580cadf35e553b8c /www/libwww
parent7790cb7367ff44c3706b3a1ed33006610fb98c2e (diff)
downloadports-4c1934bc44d9c3286a95e51528f53b545b36ebee.tar.gz
ports-4c1934bc44d9c3286a95e51528f53b545b36ebee.zip
Add wwwssl to the list of libraries to link with
PR: ports/99863 Submitted by: Julian Elischer <julian@pan.ironport.com>
Notes
Notes: svn path=/head/; revision=167350
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 6fd3c031ea07..c722a3aef3ae 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 000000000000..ba21fc496539
--- /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
+