diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:47:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:47:52 +0000 |
commit | 8cd27aeab31370ee610906a9c8c9f142beb264e8 (patch) | |
tree | 03e0ffa373b5c51b3c3b714d6fac916bd7bb41a2 /devel | |
parent | BROKEN on 5.1: bad C++ (diff) |
BROKEN on 5.1: installation fails
Notes
Notes:
svn path=/head/; revision=81218
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-libc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 61948e776db4..f5258d5fc62f 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -26,6 +26,12 @@ RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ avr-gcc:${PORTSDIR}/devel/avr-gcc +.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} @@ -65,4 +71,4 @@ do-install: ${PREFIX}/share/doc/avr-libc/examples/twitest; \ done -.include <bsd.port.mk> +.include <bsd.port.post.mk> |