1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix with custom LOCALBASE

Reported by:	QATty
This commit is contained in:
Ion-Mihai Tetcu 2009-06-05 08:22:58 +00:00
parent 522ead0036
commit f18207efd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235197

View File

@ -37,4 +37,8 @@ CFLAGS+= -fPIC -DPIC
CONFIGURE_ARGS+= --enable-debug
.endif
post-patch:
${REINPLACE_CMD} 's, withval=$$with_libevent; cf_enable_libevent=$$enableval, withval=$$with_libevent; cf_enable_libevent=$$with_libevent,' \
${WRKSRC}/configure
.include <bsd.port.post.mk>