svn commit: r326388 - head/finance/ktoblzcheck

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 5 11:39:12 UTC 2013


Author: bapt
Date: Thu Sep  5 11:39:11 2013
New Revision: 326388
URL: http://svnweb.freebsd.org/changeset/ports/326388

Log:
  Fix build without libstdc++

Modified:
  head/finance/ktoblzcheck/Makefile

Modified: head/finance/ktoblzcheck/Makefile
==============================================================================
--- head/finance/ktoblzcheck/Makefile	Thu Sep  5 11:36:06 2013	(r326387)
+++ head/finance/ktoblzcheck/Makefile	Thu Sep  5 11:39:11 2013	(r326388)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    ktoblzcheck
-# Date created:         25 November 2003
-# Whom:                 Thomas Gellekum <tg at FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg at 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>


More information about the svn-ports-all mailing list