1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix build on CURRENT

This commit is contained in:
Tilman Keskinoz 2004-02-28 23:18:07 +00:00
parent 39275d81a7
commit 84062bffa8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102478

View File

@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--enable-shared
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
artsases.l artstoc.l artsagg.l artsprotoagg.l artsnetagg.l \
@ -28,8 +29,11 @@ MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-patch:
cd ${WRKSRC}/classes/src; \
${REINPLACE_CMD} -e "s,<strstream.h>,<strstream>," \
ArtsBgp4AsPathSegment.cc ArtsIfIndexSelectionSet.lex \
ArtsObjectTypeSelectionSet.lex ArtsTimeIntervalSelectionSet.lex
.include <bsd.port.post.mk>