Fix build without libstdc++

This commit is contained in:
Baptiste Daroussin 2013-09-04 16:51:12 +00:00
parent 6b1e05e1c5
commit ed46f7d097
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326293

View file

@ -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