summaryrefslogtreecommitdiff
path: root/databases/tinycdb/patches
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-30 13:56:20 +0000
committerryoon <ryoon>2013-07-30 13:56:20 +0000
commit7405922664aa08ea477f770126d696f68c8a52ec (patch)
tree0b1c8ed32584b4569ce43e822658eb8c6875f5dc /databases/tinycdb/patches
parent5295f1f80f4da306864a1d67ebfbb98fc3e4b56c (diff)
downloadpkgsrc-7405922664aa08ea477f770126d696f68c8a52ec.tar.gz
Fix build under Cygwin.
* For Cygwin build -no-undefined is needed for libtool.
Diffstat (limited to 'databases/tinycdb/patches')
-rw-r--r--databases/tinycdb/patches/patch-BSDmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tinycdb/patches/patch-BSDmakefile b/databases/tinycdb/patches/patch-BSDmakefile
index cbe1caf4c1f..e6913f5b3f2 100644
--- a/databases/tinycdb/patches/patch-BSDmakefile
+++ b/databases/tinycdb/patches/patch-BSDmakefile
@@ -1,4 +1,4 @@
-$NetBSD: patch-BSDmakefile,v 1.1 2013/02/27 12:38:12 ryoon Exp $
+$NetBSD: patch-BSDmakefile,v 1.2 2013/07/30 13:56:20 ryoon Exp $
--- BSDmakefile.orig 2012-12-19 17:49:56.000000000 +0000
+++ BSDmakefile
@@ -9,7 +9,7 @@ $NetBSD: patch-BSDmakefile,v 1.1 2013/02/27 12:38:12 ryoon Exp $
+VERSION= 0.78
+
+CFLAGS+= -D_FILE_OFFSET_BITS=64
-+
++LDFLAGS+= -no-undefined
+
+OBJS= cdb_init.o cdb_find.o cdb_findnext.o cdb_seq.o cdb_seek.o \
+ cdb_unpack.o \