Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 11:20:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326385 - in head/net: netatalk netatalk3
Message-ID:  <201309051120.r85BKBbk053629@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051120.r85BKBbk053629>