diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 18:37:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 18:37:04 +0800 |
commit | e2d98fc541b914a62ca2a37aec64e005395c0cbd (patch) | |
tree | 44c2384567a093e0ce2622fbda73969f379fe8e2 /math/GiNaC | |
parent | bc9b640a28b53c2cf7c4dc77b3f7a40c1e42dbd3 (diff) | |
download | freebsd-ports-gnome-e2d98fc541b914a62ca2a37aec64e005395c0cbd.tar.gz freebsd-ports-gnome-e2d98fc541b914a62ca2a37aec64e005395c0cbd.tar.zst freebsd-ports-gnome-e2d98fc541b914a62ca2a37aec64e005395c0cbd.zip |
BROKEN on amd64: Configure fails
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 57d6a0e164c2..74ea2311c0a8 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -34,6 +34,10 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Configure fails on amd64" +.endif + .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport |