diff options
author | bsam <bsam@FreeBSD.org> | 2006-08-07 04:23:58 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-08-07 04:23:58 +0800 |
commit | 3ec51581af78195acf04a01ed94ab07365921605 (patch) | |
tree | f17caa26206691628a65fa0ac4d809d1ce14c3c9 /lang/gnat-gcc34/Makefile | |
parent | 70230f79f27c987d40e3a9df6ffbbb3db121ac1d (diff) | |
download | freebsd-ports-gnome-3ec51581af78195acf04a01ed94ab07365921605.tar.gz freebsd-ports-gnome-3ec51581af78195acf04a01ed94ab07365921605.tar.zst freebsd-ports-gnome-3ec51581af78195acf04a01ed94ab07365921605.zip |
Broken on 4.x: does not extract (both bzip2 and tar.gz sources are used)
Reported by: krismail
Approved by: netchild (mentor, implicit)
Diffstat (limited to 'lang/gnat-gcc34/Makefile')
-rw-r--r-- | lang/gnat-gcc34/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gnat-gcc34/Makefile b/lang/gnat-gcc34/Makefile index 3588e8dba027..27ca35c9b5af 100644 --- a/lang/gnat-gcc34/Makefile +++ b/lang/gnat-gcc34/Makefile @@ -40,6 +40,10 @@ INFO= gcc${gcc_suffix}/cpp \ .include <bsd.port.pre.mk> +.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} |