aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-03-08 01:09:51 +0800
committerkris <kris@FreeBSD.org>2006-03-08 01:09:51 +0800
commita4b3a55121fa3529871e99f71e505f0bbb5799e8 (patch)
tree17e5f62d2750d4fd065788e669607771828db610
parent131dcec7d903cd7d287f9174bd49ca137c572282 (diff)
downloadfreebsd-ports-gnome-a4b3a55121fa3529871e99f71e505f0bbb5799e8.tar.gz
freebsd-ports-gnome-a4b3a55121fa3529871e99f71e505f0bbb5799e8.tar.zst
freebsd-ports-gnome-a4b3a55121fa3529871e99f71e505f0bbb5799e8.zip
Now compiles on !i386
Approved by: portmgr (implicit)
-rw-r--r--net/fspd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fspd/Makefile b/net/fspd/Makefile
index 237840efbb1c..b468f8f69a16 100644
--- a/net/fspd/Makefile
+++ b/net/fspd/Makefile
@@ -45,8 +45,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
CONFIGURE_ARGS+= --disable-timeout
.endif
-.if ${OSVERSION} < 500000 || ${ARCH} != "i386"
-BROKEN= "Does not compile on 4.x or on !i386"
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
.endif
.if !defined(WITH_NOCLIENTS)