aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-03-21 05:13:20 +0800
committerpav <pav@FreeBSD.org>2009-03-21 05:13:20 +0800
commitb88e7d1df2aa831f2a1e8efd2e7eecac99bd9921 (patch)
treead091e11479902b3bc10a4221c3eb54ad52a3908 /net
parentd6475034ecf2c798c4d2011f4951542462e81e1f (diff)
downloadfreebsd-ports-gnome-b88e7d1df2aa831f2a1e8efd2e7eecac99bd9921.tar.gz
freebsd-ports-gnome-b88e7d1df2aa831f2a1e8efd2e7eecac99bd9921.tar.zst
freebsd-ports-gnome-b88e7d1df2aa831f2a1e8efd2e7eecac99bd9921.zip
- Mark BROKEN on amd64/6
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r--net/easysoap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile
index a1b9650b8f7c..ddad2eb02198 100644
--- a/net/easysoap/Makefile
+++ b/net/easysoap/Makefile
@@ -24,6 +24,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
+BROKEN= does not compile on FreeBSD/amd64 6.X
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
@@ -31,4 +37,4 @@ post-patch:
post-install:
@${RM} -f ${PREFIX}/lib/libeasysoap.la
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>