aboutsummaryrefslogtreecommitdiff
path: root/net/libunp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 22:54:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 22:54:47 +0000
commit8dfbcd55b5a1477a416940b3bedcdea2266317d8 (patch)
tree05cc45de66dbb9fa8196eeb60a6c281d940feb23 /net/libunp
parent9740b5f1c5f10c677f2361c29ffd2e8552cff9e7 (diff)
downloadports-8dfbcd55b5a1477a416940b3bedcdea2266317d8.tar.gz
ports-8dfbcd55b5a1477a416940b3bedcdea2266317d8.zip
BROKEN on alpha 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=104675
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