diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:47:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:47:09 +0000 |
commit | eb9984e0f5ec02abe837b7388b574d185c7ed621 (patch) | |
tree | de5b178d08b2c6aaf058df603c23439e2635ec4a /devel/libassa | |
parent | o add missing jpeg dependency, broken configure script did not detect it. (diff) |
BROKEN on 5.x: Does not compile with gcc 3.4.2
Notes
Notes:
svn path=/head/; revision=116342
Diffstat (limited to 'devel/libassa')
-rw-r--r-- | devel/libassa/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index f709136d50a9..5d025a37e5d6 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -19,4 +19,10 @@ USE_GNOME= gnomehack GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + +.include <bsd.port.post.mk> |