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).
This commit is contained in:
parent
65225f9ec5
commit
dc512c05d5
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue