From 3ec51581af78195acf04a01ed94ab07365921605 Mon Sep 17 00:00:00 2001 From: bsam Date: Sun, 6 Aug 2006 20:23:58 +0000 Subject: Broken on 4.x: does not extract (both bzip2 and tar.gz sources are used) Reported by: krismail Approved by: netchild (mentor, implicit) --- lang/gnat-gcc41/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/gnat-gcc41') diff --git a/lang/gnat-gcc41/Makefile b/lang/gnat-gcc41/Makefile index 3588e8dba027..27ca35c9b5af 100644 --- a/lang/gnat-gcc41/Makefile +++ b/lang/gnat-gcc41/Makefile @@ -40,6 +40,10 @@ INFO= gcc${gcc_suffix}/cpp \ .include +.if ${OSVERSION} < 500000 +BROKEN= does not extract on 4.x (both bzip2 and tar.gz sources are used) +.endif + gcc_suffix= 34 targlib= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION} -- cgit