From 963de44418eb4287ea83a81afdb2d54deced7028 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 8 Jun 2004 17:54:21 +0000 Subject: [PATCH] Replace defined(USE_GCC3) with ${USE_GCC3:L:Myes} from avsm@ --- www/php4/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/php4/Makefile.inc b/www/php4/Makefile.inc index 8186e79291b..f7ca5fc6adb 100644 --- a/www/php4/Makefile.inc +++ b/www/php4/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.23 2004/06/08 15:59:54 robert Exp $ +# $OpenBSD: Makefile.inc,v 1.24 2004/06/08 17:54:21 robert Exp $ # This port currently only works with archs supporting dynamic loading # and has Apache that supports DSO's. @@ -37,7 +37,7 @@ PEAR_DIR?= ${CHROOT_DIR}/pear MODULES_SUBDIR= lib/php/modules MODULES_DIR= ${CHROOT_DIR}/${MODULES_SUBDIR} -.if defined(USE_GCC3) +.if ${USE_GCC3:L:Myes} PHP_LDFLAGS= -lstdc++ -lm .endif