summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-23 16:14:25 +0000
committerjoerg <joerg>2006-01-23 16:14:25 +0000
commitdfe6153a4598afbfe4b7d257ab9a3d860ec330fc (patch)
tree06cc12e3e1b9eb4dee166378ec9d64e49bfb2b3d /devel
parent9c6469763c1188682c66e3b3de434784e6683cc7 (diff)
downloadpkgsrc-dfe6153a4598afbfe4b7d257ab9a3d860ec330fc.tar.gz
Don't hard-code -lpthread, use ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}.
Diffstat (limited to 'devel')
-rw-r--r--devel/libextractor/distinfo3
-rw-r--r--devel/libextractor/patches/patch-af13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/libextractor/distinfo b/devel/libextractor/distinfo
index 239da40883f..a32fa284ea6 100644
--- a/devel/libextractor/distinfo
+++ b/devel/libextractor/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/12/15 13:26:18 salo Exp $
+$NetBSD: distinfo,v 1.9 2006/01/23 16:14:25 joerg Exp $
SHA1 (libextractor-0.5.3.tar.gz) = 9535146c02897f522a34a756bee211ebeb764df5
RMD160 (libextractor-0.5.3.tar.gz) = ba7bd534d975938778011358668a98fbbe4b1e28
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = f4d0ab325aba0a624da755dc60c7b4b99652566f
SHA1 (patch-ac) = 8e6382b5052636cf0d9f85193465bcb0499acbfc
SHA1 (patch-ad) = 80887bc7491aee65d86b102b0de2adb3f0e3d218
SHA1 (patch-ae) = d3699327d5370022f8de70222f4f123813a7f412
+SHA1 (patch-af) = bfc2bab989e2d96d7bc3db20553584d7d3960b41
diff --git a/devel/libextractor/patches/patch-af b/devel/libextractor/patches/patch-af
new file mode 100644
index 00000000000..72b9d387ad8
--- /dev/null
+++ b/devel/libextractor/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/01/23 16:14:25 joerg Exp $
+
+--- src/plugins/Makefile.in.orig 2006-01-03 10:16:08.000000000 +0000
++++ src/plugins/Makefile.in
+@@ -610,7 +610,7 @@ libextractor_deb_la_SOURCES = \
+
+ libextractor_deb_la_LDFLAGS = \
+ $(top_builddir)/src/main/libextractor.la \
+- $(PLUGINFLAGS) -lz -lpthread
++ $(PLUGINFLAGS) -lz ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
+
+ libextractor_riff_la_SOURCES = \
+ riffextractor.c