Date: Mon, 10 Feb 2014 17:22:41 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343654 - head/devel/apr1 Message-ID: <201402101722.s1AHMfYa027393@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Feb 10 17:22:40 2014 New Revision: 343654 URL: http://svnweb.freebsd.org/changeset/ports/343654 QAT: https://qat.redports.org/buildarchive/r343654/ Log: No need to define IPV6 twice Pointy hat to: ehaupt Sponsored by: Absolight Modified: head/devel/apr1/Makefile Modified: head/devel/apr1/Makefile ============================================================================== --- head/devel/apr1/Makefile Mon Feb 10 16:49:17 2014 (r343653) +++ head/devel/apr1/Makefile Mon Feb 10 17:22:40 2014 (r343654) @@ -46,8 +46,6 @@ APU_CONF_ARGS= --with-apr=${APR_WRKDIR} --with-expat=${LOCALBASE} \ --with-iconv=${ICONV_PREFIX} -OPTIONS_DEFINE= IPV6 - .include <bsd.port.options.mk> ########## APR Options
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402101722.s1AHMfYa027393>