diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-22 15:25:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-22 15:25:35 +0000 |
commit | 52be477e292ad25f2c9578ab53193151e1f923c0 (patch) | |
tree | f1b0c184eebf769d8128b474ba1e3135ced62a11 /security/vlog | |
parent | Fix build with gcc-3.4 (diff) |
Revert previous commit, I lost the race with arved who fixed the port.
Pointy hat to: kris
Notes
Notes:
svn path=/head/; revision=117031
Diffstat (limited to 'security/vlog')
-rw-r--r-- | security/vlog/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/vlog/Makefile b/security/vlog/Makefile index 538b7ac94ea9..268ac466e13f 100644 --- a/security/vlog/Makefile +++ b/security/vlog/Makefile @@ -26,13 +26,8 @@ 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.post.mk> +.include <bsd.port.mk> |