diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:20:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:20:44 +0000 |
commit | ab28d810cfa73d614429723f2afa6278e9aac500 (patch) | |
tree | 9c9ee8951bc7a55f297647b51f084d53b50fe794 /databases/firebird-devel/files/patch-ag | |
parent | Swiss-PdbViewer is an application that provides a user friendly interface (diff) |
upgrade to 1.0.r2
PR: 33924, 34812
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57216
Diffstat (limited to 'databases/firebird-devel/files/patch-ag')
-rw-r--r-- | databases/firebird-devel/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird-devel/files/patch-ag b/databases/firebird-devel/files/patch-ag new file mode 100644 index 000000000000..a4768621e878 --- /dev/null +++ b/databases/firebird-devel/files/patch-ag @@ -0,0 +1,11 @@ +--- Configure.sh.orig Tue Nov 20 05:00:25 2001 ++++ Configure.sh Fri Dec 28 19:11:50 2001 +@@ -515,7 +515,7 @@ + BuildBootFlg="No" + BuildHostType="" + BuildBuildType="PROD" +-MasterSourceDir="`pwd`/refDatabases" ++MasterSourceDir="$REFDBPATH" + BuildIOsize=32 + + export BuildHostType |