diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 05:53:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 05:53:52 +0800 |
commit | c06edef21ef80520d87258c4960058d2df230c8f (patch) | |
tree | 86dee18cb492810a140bac29aa94865b7ae7ad91 /www/kannel | |
parent | e66b8913df0ba54f83ae7a0234ea81c13d97cd9e (diff) | |
download | freebsd-ports-gnome-c06edef21ef80520d87258c4960058d2df230c8f.tar.gz freebsd-ports-gnome-c06edef21ef80520d87258c4960058d2df230c8f.tar.zst freebsd-ports-gnome-c06edef21ef80520d87258c4960058d2df230c8f.zip |
BROKEN on sparc64: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'www/kannel')
-rw-r--r-- | www/kannel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index a0b157562528..b0c10acaa7cc 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -44,8 +44,8 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" +BROKEN= "Does not compile on alpha or sparc64" .endif post-patch: |