diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
commit | c7611291caed7042dac74061e36e3fa5ba7ed166 (patch) | |
tree | 1d2de5d52eb1b8904d425116b2afd36170dab951 /net/libunp | |
parent | af96ced369a5fd129e406f51d4135261e2b70bb3 (diff) | |
download | ports-c7611291caed7042dac74061e36e3fa5ba7ed166.tar.gz ports-c7611291caed7042dac74061e36e3fa5ba7ed166.zip |
Notes
Diffstat (limited to 'net/libunp')
-rw-r--r-- | net/libunp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/libunp/Makefile b/net/libunp/Makefile index 95428628884f..c72d88ef0ed2 100644 --- a/net/libunp/Makefile +++ b/net/libunp/Makefile @@ -18,12 +18,6 @@ COMMENT= The networking library used in UNIX Network Programming Volume 1 2e GNU_CONFIGURE= yes 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 @@ -40,4 +34,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/addrinfo.h ${PREFIX}/include/unp ${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/unp -.include <bsd.port.post.mk> +.include <bsd.port.mk> |