1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

BROKEN on 5.x: Does not compile with gcc 3.4.2

This commit is contained in:
Kris Kennaway 2004-08-20 19:50:44 +00:00
parent 6b6d5bba20
commit 5e61d98b70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116824

View File

@ -26,8 +26,13 @@ USE_PERL5= yes
MAN1= vlog.1
MANCOMPRESSED= no
PLIST_FILES= bin/vlog
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 502125
BROKEN= "Does not compile with gcc 3.4.2"
.endif
post-patch:
${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
.include <bsd.port.mk>
.include <bsd.port.post.mk>