diff options
author | 2002-08-06 08:04:42 +0000 | |
---|---|---|
committer | 2002-08-06 08:04:42 +0000 | |
commit | 81067741db251163546b15b1a4e894372e7f44a4 (patch) | |
tree | 700519573308b952dca9956050942936af5b581a /dev-db/tora/files | |
parent | Initial release of Snd for Gentoo (diff) | |
download | historical-81067741db251163546b15b1a4e894372e7f44a4.tar.gz historical-81067741db251163546b15b1a4e894372e7f44a4.tar.bz2 historical-81067741db251163546b15b1a4e894372e7f44a4.zip |
new package. Fixes #4430. Contributed by Don Seiler and Sascha Ludecke
Diffstat (limited to 'dev-db/tora/files')
-rw-r--r-- | dev-db/tora/files/digest-tora-1.3.6.1 | 1 | ||||
-rw-r--r-- | dev-db/tora/files/tora-1.3.6.1.patch | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/tora/files/digest-tora-1.3.6.1 b/dev-db/tora/files/digest-tora-1.3.6.1 new file mode 100644 index 000000000000..9a3b605cffc0 --- /dev/null +++ b/dev-db/tora/files/digest-tora-1.3.6.1 @@ -0,0 +1 @@ +MD5 eba499b4c13da01676870ec7bdda5d58 tora-alpha-1.3.6.1.tar.gz 2269388 diff --git a/dev-db/tora/files/tora-1.3.6.1.patch b/dev-db/tora/files/tora-1.3.6.1.patch new file mode 100644 index 000000000000..2ed807dfd7f2 --- /dev/null +++ b/dev-db/tora/files/tora-1.3.6.1.patch @@ -0,0 +1,10 @@ +--- configure.pl-orig Thu Jul 4 23:02:44 2002 ++++ configure.pl Wed Jul 31 13:21:28 2002 +@@ -310,6 +310,7 @@ + $MySQLFound=0; + } elsif (/^--without-oracle$/) { + $OracleFound=0; ++ $OracleShared="" + } elsif (/^--without-kde$/) { + $NoKDE=1; + } elsif (/^--enable-onlymake$/) { |