|
Lines 83-92
Link Here
|
| 83 |
.endif # .if exists(${PHPBASE}/etc/php.conf) |
83 |
.endif # .if exists(${PHPBASE}/etc/php.conf) |
| 84 |
PHP_EXT_INC?= "" |
84 |
PHP_EXT_INC?= "" |
| 85 |
|
85 |
|
| 86 |
# compatability shim |
|
|
| 87 |
.if defined(BROKEN_WITH_PHP) |
| 88 |
IGNORE_WITH_PHP=${BROKEN_WITH_PHP} |
| 89 |
.endif |
| 90 |
.if defined(IGNORE_WITH_PHP) |
86 |
.if defined(IGNORE_WITH_PHP) |
| 91 |
. for VER in ${IGNORE_WITH_PHP} |
87 |
. for VER in ${IGNORE_WITH_PHP} |
| 92 |
. if ${PHP_VER} == "${VER}" |
88 |
. if ${PHP_VER} == "${VER}" |