diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-05 11:06:59 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-05 11:06:59 +0000 |
commit | 7c34833e473f9b66b912a04dee95c6ec98357167 (patch) | |
tree | 693aad04ec2643f03f0ecff00f9c4c06eb576341 /lang/php4/files | |
parent | Make this port use wxgtk 2.4.2. (diff) |
Update to 4.3.4 final release.
PR: 58914
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=93128
Diffstat (limited to 'lang/php4/files')
-rw-r--r-- | lang/php4/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/files/patch-configure b/lang/php4/files/patch-configure index 7e334b145d0b..2de827da56b8 100644 --- a/lang/php4/files/patch-configure +++ b/lang/php4/files/patch-configure @@ -228,7 +228,7 @@ @@ -58977,8 +59151,8 @@ echo $ac_n "checking Oracle version""... $ac_c" 1>&6 - echo "configure:59852: checking Oracle version" >&5 + echo "configure:60535: 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 |