svn commit: r326293 - head/devel/fam

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 4 16:51:12 UTC 2013


Author: bapt
Date: Wed Sep  4 16:51:12 2013
New Revision: 326293
URL: http://svnweb.freebsd.org/changeset/ports/326293

Log:
  Fix build without libstdc++

Modified:
  head/devel/fam/Makefile

Modified: head/devel/fam/Makefile
==============================================================================
--- head/devel/fam/Makefile	Wed Sep  4 16:45:13 2013	(r326292)
+++ head/devel/fam/Makefile	Wed Sep  4 16:51:12 2013	(r326293)
@@ -1,9 +1,5 @@
-# ports collection makefile for:	fam
-# Date created:				20 February 2001
-# Whom:					Jeremy Norris <ishmael27 at home.com>
-#
+# Created by: Jeremy Norris <ishmael27 at home.com>
 # $FreeBSD$
-#
 
 PORTNAME=	fam
 PORTVERSION=	2.6.10
@@ -29,6 +25,9 @@ MAN3=		fam.3x
 
 CONFLICTS=	gamin-[0-9]*
 
+post-patch:
+	@${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/Makefile.am
+
 pre-configure:
 	@${RM} -fr ${WRKSRC}/util
 	@${MV} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.orig


More information about the svn-ports-all mailing list