aboutsummaryrefslogtreecommitdiffstats
path: root/net/libunp
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-20 06:54:47 +0800
committerkris <kris@FreeBSD.org>2004-03-20 06:54:47 +0800
commit2c39113517a1ea64b0ab1487bcc7498f179b8d66 (patch)
tree2c39a21b73926c3464d90c3707d18113b51af9a1 /net/libunp
parenta10536ed863e49ce89edfbd18de878c80f9b91a2 (diff)
downloadfreebsd-ports-gnome-2c39113517a1ea64b0ab1487bcc7498f179b8d66.tar.gz
freebsd-ports-gnome-2c39113517a1ea64b0ab1487bcc7498f179b8d66.tar.zst
freebsd-ports-gnome-2c39113517a1ea64b0ab1487bcc7498f179b8d66.zip
BROKEN on alpha 4.x: Does not compile
Diffstat (limited to 'net/libunp')
-rw-r--r--net/libunp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/libunp/Makefile b/net/libunp/Makefile
index 14e8d1ed4a68..a6a822087cdc 100644
--- a/net/libunp/Makefile
+++ b/net/libunp/Makefile
@@ -21,6 +21,10 @@ USE_GMAKE= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Does not compile on alpha 4.x"
+.endif
+
pre-patch:
@ ${CP} ${WRKSRC}/lib/wrapsock.c ${WRKSRC}/lib/wrapsock_r.c