diff options
author | kris <kris@FreeBSD.org> | 2004-03-20 06:54:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-20 06:54:47 +0800 |
commit | 2c39113517a1ea64b0ab1487bcc7498f179b8d66 (patch) | |
tree | 2c39a21b73926c3464d90c3707d18113b51af9a1 /net/libunp | |
parent | a10536ed863e49ce89edfbd18de878c80f9b91a2 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |