From 39e5ec057ccf679c99dc6c40e666d003d292ddd7 Mon Sep 17 00:00:00 2001 From: alek Date: Tue, 18 Jul 2006 21:22:56 +0000 Subject: [PATCH] Make it work after recent iodbc changes --- www/php4/Makefile.inc | 4 ++-- www/php4/core/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/php4/Makefile.inc b/www/php4/Makefile.inc index 4f4fd73709d..ea8c588bdeb 100644 --- a/www/php4/Makefile.inc +++ b/www/php4/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.32 2005/11/01 11:09:31 mbalmer Exp $ +# $OpenBSD: Makefile.inc,v 1.33 2006/07/18 21:22:56 alek Exp $ # This port currently only works with archs supporting dynamic loading # and has Apache that supports DSO's. @@ -43,7 +43,7 @@ PHP_LDFLAGS= -lstdc++ -lm CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.52 -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -pthread" \ LDFLAGS="-L${LOCALBASE}/lib ${PHP_LDFLAGS}" \ EXTENSION_DIR=${MODULES_DIR} MAKE_ENV= ${CONFIGURE_ENV} diff --git a/www/php4/core/Makefile b/www/php4/core/Makefile index 0d0e2e9e9c3..d946395f79f 100644 --- a/www/php4/core/Makefile +++ b/www/php4/core/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.32 2006/02/08 04:54:50 david Exp $ +# $OpenBSD: Makefile,v 1.33 2006/07/18 21:22:56 alek Exp $ MULTI_PACKAGES= -pear SUBPACKAGE?= COMMENT= "server-side HTML-embedded scripting language" COMMENT-pear= "base classes for common PHP tasks" -PKGNAME= php4-core-${V}p0 +PKGNAME= php4-core-${V}p1 FULLPKGNAME-pear= php4-pear-${V}p0 CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \ @@ -52,7 +52,7 @@ RUN_DEPENDS= :php4-core-${V}:www/php4/core LIB_DEPENDS= MODULES= .else -WANTLIB= c crypto des m ssl stdc++ z +WANTLIB= c crypto des m ssl stdc++ z pthread .endif pre-fake: