svn commit: r368576 - head/www/libwww
Tijl Coosemans
tijl at FreeBSD.org
Fri Sep 19 16:38:50 UTC 2014
Author: tijl
Date: Fri Sep 19 16:38:49 2014
New Revision: 368576
URL: http://svnweb.freebsd.org/changeset/ports/368576
QAT: https://qat.redports.org/buildarchive/r368576/
Log:
Remove old libtool patch
Modified:
head/www/libwww/Makefile
Modified: head/www/libwww/Makefile
==============================================================================
--- head/www/libwww/Makefile Fri Sep 19 16:35:26 2014 (r368575)
+++ head/www/libwww/Makefile Fri Sep 19 16:38:49 2014 (r368576)
@@ -12,16 +12,12 @@ MAINTAINER= marius at nuenneri.ch
COMMENT= The W3C Reference Library
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE}
+CONFIGURE_ARGS= --with-zlib --with-ssl=${OPENSSLBASE}
USES= perl5 gmake libtool tar:tgz
USE_PERL5= build
USE_LDCONFIG= yes
USE_OPENSSL= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
- ${WRKSRC}/configure
-
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
${STAGEDIR}${PREFIX}/include/w3c-libwww/
More information about the svn-ports-all
mailing list