From a4036966aff158993c4fd51e094f7dc4cb6b9298 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Thu, 16 Jun 2005 06:04:46 +0000 Subject: Move oracle library creation to pre-configure instead of post-patch, since oracle is only a build dependency. Spotted by: pointyhat via kris --- lang/php5/Makefile.ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/php5') diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index fb580dc518e8..36b3d601884a 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -462,7 +462,7 @@ post-extract: .endif .if ${PHP_MODNAME} == "oracle" -post-patch: +pre-configure: @cd ${WRKSRC}; \ for lib in c3v6 client common core3 epc generic ncr nlsrtl3 sqlnet wrap; do \ /usr/bin/ar x ${LOCALBASE}/oracle7/lib/lib$${lib}.a; \ -- cgit v1.2.3