diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-10 07:55:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-10 07:55:15 +0000 |
commit | 070280ae5791844ca30e29f01d34d6550b4e3ff2 (patch) | |
tree | eaeb0699c891e86c066be1247f88f0ed2fa97a0d /archivers/advancecomp | |
parent | - Detect and use xorg (diff) |
- Mark BROKEN: does not compile with gcc-3.4
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=115805
Diffstat (limited to 'archivers/advancecomp')
-rw-r--r-- | archivers/advancecomp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index f1e8335ea706..5abb62be0aa7 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -22,4 +22,10 @@ USE_GMAKE= yes PLIST_FILES= bin/advzip bin/advpng bin/advmng bin/advdef MAN1= advzip.1 advpng.1 advmng.1 advdef.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= does not compile with gcc 3.4 +.endif + +.include <bsd.port.post.mk> |