Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.6 2015/06/28 15:35:33 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/09/07 12:02:05 jperkin Exp $
|
||||
|
||||
#
|
||||
# We can't omit PKGNAME here to handle PKG_OPTIONS.
|
||||
#
|
||||
PKGNAME= php-${PHP_VERSION}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= lang
|
||||
|
||||
HOMEPAGE= http://www.php.net/
|
||||
@@ -42,11 +41,6 @@ SUBST_SED.path+= -e 's,@PREFIX@,${PREFIX},g'
|
||||
|
||||
INSTALLATION_DIRS+= ${CGIDIR} ${PHP_EXTENSION_DIR} ${EGDIR} share/php
|
||||
|
||||
# Make sure modules can link correctly
|
||||
.if ${OPSYS} == "Darwin"
|
||||
INSTALL_UNSTRIPPED= yes
|
||||
.endif
|
||||
|
||||
# Darwin < 9 (Mac OS X < 10.5 "Leopard") doesn't have gethostuuid(2)
|
||||
# and lacks the zone memory allocator
|
||||
.if !empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
|
||||
|
||||
Reference in New Issue
Block a user