From 9dfb5505ae05848a04092711d0b6313268e812e9 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Tue, 23 Nov 1999 04:49:34 +0000 Subject: Unbreak for pre-gcc 2.95 systems --- x11/XFree86-4-clients/Makefile | 5 ++++- x11/XFree86-4-libraries/Makefile | 5 ++++- x11/XFree86-4/Makefile | 5 ++++- x11/XFree86/Makefile | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) (limited to 'x11') diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") -- cgit v1.2.3