svn commit: r326385 - in head/net: netatalk netatalk3
Baptiste Daroussin
bapt at FreeBSD.org
Thu Sep 5 11:20:11 UTC 2013
Author: bapt
Date: Thu Sep 5 11:20:10 2013
New Revision: 326385
URL: http://svnweb.freebsd.org/changeset/ports/326385
Log:
Do not overwrite CONFIGURE_ARGS
Submitted by: tijl
Modified:
head/net/netatalk/Makefile
head/net/netatalk3/Makefile
Modified: head/net/netatalk/Makefile
==============================================================================
--- head/net/netatalk/Makefile Thu Sep 5 11:09:23 2013 (r326384)
+++ head/net/netatalk/Makefile Thu Sep 5 11:20:10 2013 (r326385)
@@ -122,7 +122,7 @@ CONFIGURE_ARGS+= --disable-sendfile
.include <bsd.port.pre.mk>
.if !empty(ICONV_LIB)
-CONFIGURE_ARGS= --with-libiconv=${LOCALBASE}
+CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
.endif
post-patch:
Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile Thu Sep 5 11:09:23 2013 (r326384)
+++ head/net/netatalk3/Makefile Thu Sep 5 11:20:10 2013 (r326385)
@@ -119,7 +119,7 @@ PLIST_SUB+= ATFUNCS=""
.include <bsd.port.pre.mk>
.if !empty(ICONV_LIB)
-CONFIGURE_ARGS= --with-libiconv=${LOCALBASE}
+CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
.endif
post-patch:
More information about the svn-ports-head
mailing list