aboutsummaryrefslogtreecommitdiff
path: root/devel/libbonobomm
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2006-08-07 02:23:46 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2006-08-07 02:23:46 +0000
commita600d9c39645b797d7694fd90f7babba5cbc67a9 (patch)
treee46ccaa1da55018f5d6a72a941ec46b2d703dc2d /devel/libbonobomm
parentf0f91e6954c245fbd16f5bf8553065b689db6dda (diff)
Notes
Diffstat (limited to 'devel/libbonobomm')
-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>