Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 16:51:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326293 - head/devel/fam
Message-ID:  <201309041651.r84GpCFI004489@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@home.com>
-#
+# Created by: Jeremy Norris <ishmael27@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309041651.r84GpCFI004489>