diff options
author | joerg <joerg@FreeBSD.org> | 2003-05-19 16:28:08 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2003-05-19 16:28:08 +0800 |
commit | 1188d3b7838c4527826005769e84df05dfcfb4fe (patch) | |
tree | 97752bdbd93d7fa27a95c7f70b93666d3dff1c4b /devel | |
parent | ec507fe7a33abdb2aeec08f85f8c988972fc4dc1 (diff) | |
download | freebsd-ports-gnome-1188d3b7838c4527826005769e84df05dfcfb4fe.tar.gz freebsd-ports-gnome-1188d3b7838c4527826005769e84df05dfcfb4fe.tar.zst freebsd-ports-gnome-1188d3b7838c4527826005769e84df05dfcfb4fe.zip |
Remove BROKEN. It's not that port that is broken, but FreeBSD 5.x in
that it has broken /again/ all cross-compilation attempts. Whoever
broke it ought to fix that.
Die, <bsd.cpu.mk>, die now!
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-libc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index f5258d5fc62f..f8a77ef7c68a 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -28,10 +28,6 @@ RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Installation fails" -.endif - USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CC=avr-gcc PREFIX=${PREFIX} |