aboutsummaryrefslogtreecommitdiff
path: root/finance/ktoblzcheck
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-05 11:39:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-05 11:39:11 +0000
commit9c7bb68f0bb7ce9d5ddd33703fd305b8e4963c15 (patch)
tree41f6fa345339c30a7f6416927a870731588afccb /finance/ktoblzcheck
parent345dcd8bece35f12308b62338f5fd6d87be627eb (diff)
downloadports-9c7bb68f0bb7ce9d5ddd33703fd305b8e4963c15.tar.gz
ports-9c7bb68f0bb7ce9d5ddd33703fd305b8e4963c15.zip
Fix build without libstdc++
Notes
Notes: svn path=/head/; revision=326388
Diffstat (limited to 'finance/ktoblzcheck')
-rw-r--r--finance/ktoblzcheck/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/finance/ktoblzcheck/Makefile b/finance/ktoblzcheck/Makefile
index 34be0c70da11..696d54a0bf70 100644
--- a/finance/ktoblzcheck/Makefile
+++ b/finance/ktoblzcheck/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ktoblzcheck
-# Date created: 25 November 2003
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= ktoblzcheck
PORTVERSION= 1.40
@@ -33,4 +29,7 @@ CONFIGURE_ARGS+=--disable-python
PLIST_SUB+= PYTHON="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/src/lib/Makefile.in
+
.include <bsd.port.mk>