diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2003-05-19 08:28:08 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2003-05-19 08:28:08 +0000 |
commit | 398cf34483c98fe7a1ed28c699638fd84a32b75d (patch) | |
tree | 3792d0ee6097603dfc343627746a723818515e4c | |
parent | Change the Maintainer to someone who uses this port more than I do. (diff) |
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!
-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} |