Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2012/10/23 19:50:50 asau Exp $
# $NetBSD: Makefile,v 1.18 2013/12/10 14:11:32 jperkin Exp $
#
DISTNAME= 9base-6
@@ -24,6 +24,10 @@ PKG_SHELL= bin/rc
# See http://developer.apple.com/library/mac/#qa/qa1118/_index.html
.if ${OPSYS} == "Darwin"
BUILDLINK_TRANSFORM+= rm:-static
.elif ${OPSYS} == "SunOS"
BUILDLINK_TRANSFORM+= rm:-static
CFLAGS+= -DPLAN9PORT
LDFLAGS+= -lsocket -lnsl
.else
LDFLAGS+= -static
.endif