diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-10 13:28:53 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-10 13:28:53 +0000 |
commit | 4bfa5969097e1b81838234f5d0b6a9316d41bd40 (patch) | |
tree | 8f1cfe30b07ef26f6c27837d22cef737d8b9c957 /databases/firebird-client/files/patch-ag | |
parent | Update to latest release (diff) |
Add missing patches
Delete empty patches
Diffstat (limited to '')
-rw-r--r-- | databases/firebird-client/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird-client/files/patch-ag b/databases/firebird-client/files/patch-ag new file mode 100644 index 000000000000..a4768621e878 --- /dev/null +++ b/databases/firebird-client/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 |