diff options
author | marino <marino@pkgsrc.org> | 2014-05-13 08:20:40 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2014-05-13 08:20:40 +0000 |
commit | 0dac9c582fb1b7a048859745f42029b7dc5ea69e (patch) | |
tree | d09027c552a60214f2b7a5d7f36a44350844ea70 /devel | |
parent | b31f10a9e6e512056b6420e8b0e55ad520d54b3c (diff) | |
download | pkgsrc-0dac9c582fb1b7a048859745f42029b7dc5ea69e.tar.gz |
devel/gps: Remove restriction on NetBSD[56]*
If lang/gcc-aux builds on NetBSD, it will be able to build GPS.
The system linker that lang/gcc-aux used has been replaced with the new
gold linker from devel/binutils (the ld.bfd linker is buggy with regards
to PIC files, the same bug was seen on OpenBSD 5.5).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gps/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/gps/Makefile b/devel/gps/Makefile index 088ea57534e..fb6a8cba025 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/05/09 18:37:34 marino Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/13 08:20:40 marino Exp $ # DISTNAME= gps-${GPS_VERSION} @@ -12,10 +12,6 @@ HOMEPAGE= http://www.adacore.com/home/products/gnatpro/toolsuite/gps/ COMMENT= GNAT Programming Studio - IDE for Ada and many other languages LICENSE= gnu-gpl-v2 -# NetBSD 6.1 binutils is too old and devel/binutils won't build lang/gcc-aux -# Disable on all NetBSD platforms except 6.99 until this is fixed -NOT_FOR_PLATFORM= NetBSD-[56].[012]*-* - GNU_CONFIGURE= yes USE_TOOLS+= gmake sed perl awk pkg-config |