aboutsummaryrefslogtreecommitdiff
path: root/devel/libmsocket
diff options
context:
space:
mode:
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>