From d894e365fe83a695850869cd43b9ff91d9c2323a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 15 Oct 2003 22:23:25 +0000 Subject: BROKEN on 5.x: does not compile --- emulators/psim-freebsd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index 31817646187c..a6a5fee1823f 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -21,6 +21,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ --program-suffix=psim +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + pre-configure: @cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo @@ -39,4 +45,4 @@ cklatest: ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ | ${GREP} gdb+dejagnu- -.include +.include -- cgit v1.2.3