aboutsummaryrefslogtreecommitdiffstats
path: root/finance/ktoblzcheck
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-05 19:39:11 +0800
committerbapt <bapt@FreeBSD.org>2013-09-05 19:39:11 +0800
commitcffe932b1cdfdcba9b392214590d7569bec29116 (patch)
tree41f6fa345339c30a7f6416927a870731588afccb /finance/ktoblzcheck
parentca975d9b05b3b1175aa685c43114dcb8391bcd8d (diff)
downloadfreebsd-ports-gnome-cffe932b1cdfdcba9b392214590d7569bec29116.tar.gz
freebsd-ports-gnome-cffe932b1cdfdcba9b392214590d7569bec29116.tar.zst
freebsd-ports-gnome-cffe932b1cdfdcba9b392214590d7569bec29116.zip
Fix build without libstdc++
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>