diff options
Diffstat (limited to 'misc/alevt')
-rw-r--r-- | misc/alevt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile index 9216db6eb181..c67e7b9ee971 100644 --- a/misc/alevt/Makefile +++ b/misc/alevt/Makefile @@ -22,6 +22,10 @@ MAN1= alevt.1x alevt-date.1 alevt-cap.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + .if defined(WITH_PNG) LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png MAKE_ARGS+= -DWITH_PNG |