From 71b36ac46930076196cdfd6a9313c36003da6260 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 25 May 2007 23:05:08 +0000 Subject: BROKEN with gcc 4.2 --- misc/alevt/Makefile | 4 ++++ misc/asbutton/Makefile | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'misc') 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 +.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 diff --git a/misc/asbutton/Makefile b/misc/asbutton/Makefile index fa29fac73c65..4a3ce1370954 100644 --- a/misc/asbutton/Makefile +++ b/misc/asbutton/Makefile @@ -21,6 +21,12 @@ MAKE_ARGS= INCLUDES="-I${X11BASE}/include/X11 -I${X11BASE}/include" \ LIBINC="-L${X11BASE}/lib" LIBS="-lm -lX11 -lXpm -lXext" \ CCFLAGS="${CFLAGS}" +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e 's:gcc :${CC} :' ${WRKSRC}/Makefile @@ -37,4 +43,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/.asbuttonrc ${PREFIX}/share/examples/asbutton/asbuttonrc && ${CHMOD} u+rw ${PREFIX}/share/examples/asbutton/asbuttonrc @${ECHO} "===> Use 'asbutton -h' for help." -.include +.include -- cgit v1.2.3