diff options
author | ale <ale@FreeBSD.org> | 2005-06-16 06:04:46 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-06-16 06:04:46 +0000 |
commit | 8d34ac9586665a7d5d856cc4a7826b0f3f9d2be6 (patch) | |
tree | ea63ea5091703e84a1fb5c88f592d5583cd72143 /lang/php53 | |
parent | dfb4c179bad9caa218006ba68405b9a95698dd0a (diff) | |
download | FreeBSD-ports-8d34ac9586665a7d5d856cc4a7826b0f3f9d2be6.zip FreeBSD-ports-8d34ac9586665a7d5d856cc4a7826b0f3f9d2be6.tar.gz |
Move oracle library creation to pre-configure instead of post-patch,
since oracle is only a build dependency.
Spotted by: pointyhat via kris
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index fb580dc..36b3d60 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/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; \ |