diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 23:05:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 23:05:08 +0000 |
commit | 71b36ac46930076196cdfd6a9313c36003da6260 (patch) | |
tree | 929b82f8a19080f9e96ed6865266659b3d97d0fd /x11-wm | |
parent | 55abac1679dcc04d780ac2877f1f60a4c446b3b0 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/amaterus/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/amaterus/Makefile b/x11-wm/amaterus/Makefile index 0ec444140e66..cd8955d315c7 100644 --- a/x11-wm/amaterus/Makefile +++ b/x11-wm/amaterus/Makefile @@ -22,4 +22,10 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + +.include <bsd.port.post.mk> |