aboutsummaryrefslogtreecommitdiff
path: root/devel/libmsocket
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-05 08:22:58 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-05 08:22:58 +0000
commitf18207efd00d9ad6e7c11454f48788d13014abf2 (patch)
treeeecbdd073670fb2f35955684d3b38548c46ddf74 /devel/libmsocket
parent522ead0036b2c58ebc2ca54ebd78c2b70d793414 (diff)
downloadports-f18207efd00d9ad6e7c11454f48788d13014abf2.tar.gz
ports-f18207efd00d9ad6e7c11454f48788d13014abf2.zip
Fix with custom LOCALBASE
Reported by: QATty
Notes
Notes: svn path=/head/; revision=235197
Diffstat (limited to 'devel/libmsocket')
-rw-r--r--devel/libmsocket/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libmsocket/Makefile b/devel/libmsocket/Makefile
index a5a8c6a2c521..e1a9b2c25a8a 100644
--- a/devel/libmsocket/Makefile
+++ b/devel/libmsocket/Makefile
@@ -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>