diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-10-30 01:52:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-10-30 01:52:16 +0000 |
commit | 846c6229dc6f2d16a8d4432666ca1a18fa97f515 (patch) | |
tree | 63a6f085d670111caed62927be3985544b4dac13 /lang/php5/files | |
parent | 62dc998d3e9dd621b375aa7de470dc6df17da38b (diff) | |
download | ports-846c6229dc6f2d16a8d4432666ca1a18fa97f515.tar.gz ports-846c6229dc6f2d16a8d4432666ca1a18fa97f515.zip |
Notes
Diffstat (limited to 'lang/php5/files')
-rw-r--r-- | lang/php5/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/files/patch-configure b/lang/php5/files/patch-configure index 2a27455af5db..51e707bd90a5 100644 --- a/lang/php5/files/patch-configure +++ b/lang/php5/files/patch-configure @@ -228,7 +228,7 @@ @@ -57066,8 +57240,8 @@ echo $ac_n "checking Oracle version""... $ac_c" 1>&6 - echo "configure:58744: checking Oracle version" >&5 + echo "configure:59505: checking Oracle version" >&5 - if test -s "$ORACLE_DIR/orainst/unix.rgs"; then - ORACLE_VERSION=`grep '"ocommon"' $ORACLE_DIR/orainst/unix.rgs | sed 's/ */:/g' | cut -d: -f 6 | cut -c 2-4` + if test -s "$ORACLE_DIR/ocommon/install/partial.prd"; then |