diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 08:52:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 08:52:47 +0800 |
commit | 20cab9b983c34c9e4300eeb222d9df6612c4e24e (patch) | |
tree | 6799be87e732c2ba7ec3a9e34a2fe6af93bb5833 /lang | |
parent | a6df1f43075c6505a7b3382ba39ab0a4940ea85f (diff) | |
download | freebsd-ports-gnome-20cab9b983c34c9e4300eeb222d9df6612c4e24e.tar.gz freebsd-ports-gnome-20cab9b983c34c9e4300eeb222d9df6612c4e24e.tar.zst freebsd-ports-gnome-20cab9b983c34c9e4300eeb222d9df6612c4e24e.zip |
Also broken on gcc4.2 on i386. While here, pet portlint.
Diffstat (limited to 'lang')
-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: |