Lines 264-269
Link Here
|
264 |
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} |
264 |
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} |
265 |
.endif |
265 |
.endif |
266 |
|
266 |
|
|
|
267 |
.if ${PHP_MODNAME} == "phar" |
268 |
CONFIGURE_ARGS+=--enable-phar |
269 |
# does not work: https://bugs.php.net/bug.php?id=60370 |
270 |
# --with-pcre-dir=${LOCALBASE} |
271 |
CFLAGS+= -I${LOCALBASE}/include |
272 |
LDFLAGS+= -L${LOCALBASE}/lib |
273 |
.endif |
274 |
|
267 |
.if ${PHP_MODNAME} == "posix" |
275 |
.if ${PHP_MODNAME} == "posix" |
268 |
CONFIGURE_ARGS+=--enable-posix |
276 |
CONFIGURE_ARGS+=--enable-posix |
269 |
.endif |
277 |
.endif |