diff options
author | linimon <linimon@FreeBSD.org> | 2011-03-12 05:27:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-03-12 05:27:31 +0800 |
commit | 6079452060ba0ce69f5a94fd3ee86bdcac056a5b (patch) | |
tree | f4786de6309d0c17f4be8e7931a26f317e033b65 /science/libctl | |
parent | 9d69a7485a74e265794d9c3c51971c4baaf42598 (diff) | |
download | freebsd-ports-gnome-6079452060ba0ce69f5a94fd3ee86bdcac056a5b.tar.gz freebsd-ports-gnome-6079452060ba0ce69f5a94fd3ee86bdcac056a5b.tar.zst freebsd-ports-gnome-6079452060ba0ce69f5a94fd3ee86bdcac056a5b.zip |
Apparently builds on amd64, but not i386 (an unusual case).
Noticed by: "Klaus T. Aehlig" <aehlig at linta dot de>
Diffstat (limited to 'science/libctl')
-rw-r--r-- | science/libctl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile index 6902e9dfae8a..1e3078288024 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -16,8 +16,6 @@ COMMENT= Control Language Library LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile -BROKEN= does not build - USE_AUTOTOOLS= libtool USE_FORTRAN= yes USE_LDCONFIG= yes @@ -26,6 +24,10 @@ MAN1= gen-ctl-io.1 .include <bsd.port.pre.mk> +.if ${ARCH} == "i386" || ${ARCH} == "sparc64" +BROKEN= Does not compile on i386 or sparc64 +.endif + .if ${OSVERSION} < 700000 USE_FORTRAN= g77 .endif |