aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-03-26 04:24:43 +0800
committerpetef <petef@FreeBSD.org>2002-03-26 04:24:43 +0800
commit642672a07b8de3d6c5f04dadde950eee94eae770 (patch)
treed3ebb84811004c52cba31aa058c6bc70a4f1e426 /www
parent60e9802c663216dca255e45a996cd938a8538bc1 (diff)
downloadfreebsd-ports-gnome-642672a07b8de3d6c5f04dadde950eee94eae770.tar.gz
freebsd-ports-gnome-642672a07b8de3d6c5f04dadde950eee94eae770.tar.zst
freebsd-ports-gnome-642672a07b8de3d6c5f04dadde950eee94eae770.zip
Unbreak: don't clobber the system's strcasestr() function.
Diffstat (limited to 'www')
-rw-r--r--www/comline/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile
index 5e9db07514df..7a37b161ac41 100644
--- a/www/comline/Makefile
+++ b/www/comline/Makefile
@@ -17,10 +17,12 @@ DISTFILES= w3c-libwww-4.0D.tar.gz \
MAINTAINER= ports@FreeBSD.org
-BROKEN= "Does not build (duplicate strcasestr)"
-
WRKSRC= ${WRKDIR}/WWW
+post-patch:
+ @${PERL} -pi -e 's,strcasestr,strcasestr_,' \
+ ${WRKSRC}/Library/Implementation/HTString.*
+
do-build:
cd ${WRKSRC}; ./BUILD comline