summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-10-20 16:21:38 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-10-20 16:21:38 +0000
commit52f30333ad47c70f87eea30fb3fe0b1c38eb3ad9 (patch)
tree034e339b971d06e6a0ee2360b8ac90d0d83ed46d /dev-lisp/cl-elephant/files
parentadd ~amd64 (Manifest recommit) (diff)
downloadgentoo-2-52f30333ad47c70f87eea30fb3fe0b1c38eb3ad9.tar.gz
gentoo-2-52f30333ad47c70f87eea30fb3fe0b1c38eb3ad9.tar.bz2
gentoo-2-52f30333ad47c70f87eea30fb3fe0b1c38eb3ad9.zip
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-elephant/files')
-rw-r--r--dev-lisp/cl-elephant/files/0.2.1-gentoo.patch22
1 files changed, 15 insertions, 7 deletions
diff --git a/dev-lisp/cl-elephant/files/0.2.1-gentoo.patch b/dev-lisp/cl-elephant/files/0.2.1-gentoo.patch
index 1bf0b3b5e9e2..06c900b6aaf1 100644
--- a/dev-lisp/cl-elephant/files/0.2.1-gentoo.patch
+++ b/dev-lisp/cl-elephant/files/0.2.1-gentoo.patch
@@ -1,17 +1,26 @@
diff -ur elephant-0.2.1.orig/Makefile elephant-0.2.1/Makefile
---- elephant-0.2.1.orig/Makefile 2004-10-09 16:09:30.562205848 -0500
-+++ elephant-0.2.1/Makefile 2004-10-09 16:24:34.367806512 -0500
+--- elephant-0.2.1.orig/Makefile 2004-10-09 16:09:30.000000000 -0500
++++ elephant-0.2.1/Makefile 2004-10-20 00:49:58.000000000 -0500
+@@ -7,7 +7,7 @@
+ SHELL=/bin/sh
+ UNAME:=$(shell uname -s)
+
+-DB42DIR=/usr/local/BerkeleyDB.4.2
++DB42DIR=/usr/
+ DBLIBDIR=$(DB42DIR)/lib/
+ DBINCDIR=$(DB42DIR)/include/
+
@@ -22,5 +22,5 @@
endif
libsleepycat.so: src/libsleepycat.c
- gcc $(SHARED) -L$(DBLIBDIR) -I$(DBINCDIR) -fPIC -O3 -o $@ $< -ldb -lm
-+ gcc $(SHARED) -L$(DBLIBDIR) -I$(DBINCDIR) -fPIC $(CFLAGS) -o $@ $< -ldb -lm
++ gcc $(SHARED) -L$(DBLIBDIR) -I$(DBINCDIR) -fPIC $(CFLAGS) -o $@ $< -ldb-4.2 -lm
-Only in elephant-0.2.1: Makefile.~1.5.~
+Only in elephant-0.2.1/doc: elephant.info
diff -ur elephant-0.2.1.orig/src/sleepycat.lisp elephant-0.2.1/src/sleepycat.lisp
---- elephant-0.2.1.orig/src/sleepycat.lisp 2004-10-09 16:09:30.653192016 -0500
-+++ elephant-0.2.1/src/sleepycat.lisp 2004-10-09 17:52:55.593897648 -0500
+--- elephant-0.2.1.orig/src/sleepycat.lisp 2004-10-09 16:09:30.000000000 -0500
++++ elephant-0.2.1/src/sleepycat.lisp 2004-10-09 17:52:55.000000000 -0500
@@ -114,43 +114,11 @@
(proclaim '(optimize (ext:inhibit-warnings 3))))
@@ -60,4 +69,3 @@ diff -ur elephant-0.2.1.orig/src/sleepycat.lisp elephant-0.2.1/src/sleepycat.lis
;; fini on user editable part
-Only in elephant-0.2.1/src: sleepycat.lisp.~1.12.~