diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 00:52:47 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 00:52:47 +0000 |
commit | 0951425ccbaed831970ab7584ed683da369ee597 (patch) | |
tree | 9099edb2cc8e20e514b8c8543bac2f6f64d7aa61 /lang/oorexx | |
parent | 4f6cc56ff1802664946cfc204a291d65e168bf4c (diff) |
Also broken on gcc4.2 on i386. While here, pet portlint.
Notes
Notes:
svn path=/head/; revision=200570
Diffstat (limited to 'lang/oorexx')
-rw-r--r-- | lang/oorexx/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lang/oorexx/Makefile b/lang/oorexx/Makefile index c7c69b2fba87..ff91a81670f6 100644 --- a/lang/oorexx/Makefile +++ b/lang/oorexx/Makefile @@ -15,14 +15,18 @@ COMMENT= A powerful typeless object-oriented scripting language CONFLICTS= rexx-imc-[0-9]* rexx-regina-[0-9]* -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAKE_ENV= EXAMPLESDIR="${EXAMPLESDIR}" MAN1= rexx.1 rexxc.1 rxmigrate.1 rxsubcom.1 rxqueue.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif post-patch: |