View | Details | Raw Unified | Return to bug 240883 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/php.mk (-1 / +5 lines)
Lines 130-136 Link Here
130
PHP_VER?=	${PHP_DEFAULT:S/.//}
130
PHP_VER?=	${PHP_DEFAULT:S/.//}
131
.  endif # .if exists(${PHPBASE}/etc/php.conf)
131
.  endif # .if exists(${PHPBASE}/etc/php.conf)
132
132
133
# Use the "default" php version as th first version for flavors, so that it
133
# Use the "default" php version as the first version for flavors, so that it
134
# gets to be the default flavor.
134
# gets to be the default flavor.
135
_ALL_FLAVOR_VERSIONS=	${PHP_VER} ${_ALL_PHP_VERSIONS:N${PHP_VER}}
135
_ALL_FLAVOR_VERSIONS=	${PHP_VER} ${_ALL_PHP_VERSIONS:N${PHP_VER}}
136
136
Lines 159-164 Link Here
159
.    endif
159
.    endif
160
.  endif
160
.  endif
161
161
162
.if ${FLAVOR} == php74
163
USES+=		compiler:c11
164
.endif
165
162
# This variable is for dependencies lines, so you write:
166
# This variable is for dependencies lines, so you write:
163
# ${PHP_PKGNAMEPREFIX}foo:devel/php-foo@${PHP_FLAVOR}
167
# ${PHP_PKGNAMEPREFIX}foo:devel/php-foo@${PHP_FLAVOR}
164
PHP_FLAVOR=	php${PHP_VER}
168
PHP_FLAVOR=	php${PHP_VER}

Return to bug 240883