summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/sphinx/files/sphinx-0.9.7_rc2-fix-sandbox.patch')
-rw-r--r--dev-db/sphinx/files/sphinx-0.9.7_rc2-fix-sandbox.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-db/sphinx/files/sphinx-0.9.7_rc2-fix-sandbox.patch b/dev-db/sphinx/files/sphinx-0.9.7_rc2-fix-sandbox.patch
new file mode 100644
index 000000000..5c9bec3cb
--- /dev/null
+++ b/dev-db/sphinx/files/sphinx-0.9.7_rc2-fix-sandbox.patch
@@ -0,0 +1,14 @@
+diff -ur sphinx-0.9.7-rc2.orig/Makefile.am sphinx-0.9.7-rc2/Makefile.am
+--- sphinx-0.9.7-rc2.orig/Makefile.am 2007-03-31 12:41:51.000000000 +0000
++++ sphinx-0.9.7-rc2/Makefile.am 2007-03-31 12:47:05.000000000 +0000
+@@ -1,8 +1,8 @@
+ SUBDIRS = src
+ EXTRA_DIST = api storage sphinx.conf.in sphinx.sln todo.txt example.sql
+-sysconf_DATA = sphinx.conf.dist example.sql
++#sysconf_DATA = sphinx.conf.dist example.sql
+
+ install-data-hook:
+- mkdir -p $(localstatedir)/data && mkdir -p $(localstatedir)/log
++# mkdir -p $(localstatedir)/data && mkdir -p $(localstatedir)/log
+
+