Fix build without libstdc++
This commit is contained in:
parent
6b1e05e1c5
commit
ed46f7d097
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326293
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue