From 9a0d0575be112a06e86c667ac754258a70d16b96 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 2 Jul 2007 19:01:04 +0000 Subject: - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 --- palm/prc-tools/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'palm') diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 1cfc18ef08f8..4ced1d8f696e 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -66,6 +66,12 @@ MAN7= fsf-funding.7 gfdl.7 gpl.7 CFLAGS:= ${CFLAGS:C/-m[-=0-9a-z]*//g} +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-extract: @(cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}.tar.gz ${EXTRACT_AFTER_ARGS}) @@ -125,4 +131,4 @@ post-install: ${RM} ${PREFIX}/pilot/bin/m68k-palmos-c++filt ${RM} ${PREFIX}/pilot/lib/libiberty.a -.include +.include -- cgit v1.2.3