summaryrefslogtreecommitdiff
path: root/databases/cstore/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/cstore/patches/patch-aa')
-rw-r--r--databases/cstore/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/cstore/patches/patch-aa b/databases/cstore/patches/patch-aa
index 33920fcf551..14607b5d6b7 100644
--- a/databases/cstore/patches/patch-aa
+++ b/databases/cstore/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $
+$NetBSD: patch-aa,v 1.2 2011/12/20 13:42:47 wiz Exp $
--- Build/makefile.init 2007/10/01 11:20:34 1.1
+++ Build/makefile.init 2007/10/01 11:24:09
@@ -27,7 +27,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $
+LFLAGS := -L$(SLEEPYCAT_LIB) -L$(LZO_LIB) -Wl,-R$(SLEEPYCAT_LIB) -Wl,-R$(LZO_LIB)
OPTS := -Wl,--demangle
-LIBS := -ldb-4.2 -ldb_cxx-4.2 -lpthread -llzo
-+LIBS := -ldb4-4.5 -ldb4_cxx-4.5 -lpthread -llzo2
++LIBS := -ldb4 -ldb4_cxx -lpthread -llzo2
#override OPTS with gprof flags
ifdef __CSTORE_GPROF__
OPTS := -pg -Wl,--demangle