aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/libbonobomm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libbonobomm/Makefile b/devel/libbonobomm/Makefile
index 9865c40634d9..6c5eeb32176a 100644
--- a/devel/libbonobomm/Makefile
+++ b/devel/libbonobomm/Makefile
@@ -28,4 +28,7 @@ USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lcpp|-l cpp|' ${WRKSRC}/bonobomm/generated/Makefile.in
+
.include <bsd.port.mk>