Inherit CONFIGURE_ARGS from slave port.

Submitted by:	Dennis Schneider <dans-at-1158888366@berlin.ccc.de>
This commit is contained in:
Florent Thoumie 2006-09-25 22:37:16 +00:00
parent b57186ee32
commit 2bca2ec886
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173835

View File

@ -29,7 +29,7 @@ EXTRA_PATCHES?= ${.CURDIR}/files/stable-*
.include <bsd.port.pre.mk>
CONFIGURE_ARGS= --disable-debug --with-openssl=${OPENSSLBASE}
CONFIGURE_ARGS+= --disable-debug --with-openssl=${OPENSSLBASE}
post-patch:
@${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure