diff options
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> |