diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:30:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:30:32 +0800 |
commit | 8768e207279f9ad5abd44089eb536a3c985bae95 (patch) | |
tree | 21781fbd1b5f30089de8c138bb21665f737c9f20 /lang/pike78 | |
parent | 092e0f3292e80fb5f3139df4a205fac2591ffdc6 (diff) | |
download | freebsd-ports-gnome-8768e207279f9ad5abd44089eb536a3c985bae95.tar.gz freebsd-ports-gnome-8768e207279f9ad5abd44089eb536a3c985bae95.tar.zst freebsd-ports-gnome-8768e207279f9ad5abd44089eb536a3c985bae95.zip |
Mark as broken on sparc64: fails to link.
Diffstat (limited to 'lang/pike78')
-rw-r--r-- | lang/pike78/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index 77336801a0a6..c01f8e01ee65 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -97,6 +97,9 @@ ONLY_FOR_ARCHS= i386 amd64 sparc64 BROKEN= segfaults during build .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not link on sparc64 +.endif .ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES) CONFIGURE_ARGS+= --without-relocatable-dumped-modules |