pkgsrc/audio/bmpx/patches/patch-ac
joerg 9ffe2adcfb Fix DragonFly issues by merging the pthread fix from mozilla.
WTF can't those packages use the standalone-sqlite...
Bump revision.
2007-02-19 08:38:48 +00:00

13 lines
341 B
Text

$NetBSD: patch-ac,v 1.1 2007/02/19 08:38:48 joerg Exp $
--- sqlite/Makefile.in.orig 2007-02-16 15:19:28.000000000 +0000
+++ sqlite/Makefile.in
@@ -404,7 +404,7 @@ libsqlite_la_CFLAGS = \
-DSQLITE_ENABLE_COLUMN_METADATA
libsqlite_la_LDFLAGS = \
- -lpthread
+ ${SQLITE_PTHREAD}
libsqlite_la_SOURCES = \
alter.c \