summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-11-01 05:39:53 +0000
committerreed <reed@pkgsrc.org>2005-11-01 05:39:53 +0000
commit45830ff968e8867b3cb55987ae9090097606d282 (patch)
tree1252b6659df1790f917e9899c7dc25c66ad156ff /multimedia/xine-lib/patches
parent7fd0eac67a033759148da77647928b31cfef444a (diff)
downloadpkgsrc-45830ff968e8867b3cb55987ae9090097606d282.tar.gz
Fix typo to make it configure for -pthread correctly on
DragonFly. (J. Fosburgh said on DragonFly users list that configure failed due to the lack of a -lpthread.)
Diffstat (limited to 'multimedia/xine-lib/patches')
-rw-r--r--multimedia/xine-lib/patches/patch-ag4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xine-lib/patches/patch-ag b/multimedia/xine-lib/patches/patch-ag
index 023b1134383..508e8e1abdb 100644
--- a/multimedia/xine-lib/patches/patch-ag
+++ b/multimedia/xine-lib/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.10 2005/10/13 10:48:01 jmmv Exp $
+$NetBSD: patch-ag,v 1.11 2005/11/01 05:39:53 reed Exp $
--- configure.ac.orig 2005-10-08 16:08:37.000000000 +0200
+++ configure.ac
@@ -7,7 +7,7 @@ $NetBSD: patch-ag,v 1.10 2005/10/13 10:48:01 jmmv Exp $
case "$host" in
- *-*-freebsd*)
-+ *-*-freebsd* | -*-*-dragonfly*)
++ *-*-freebsd* | *-*-dragonfly*)
if test x"$pthread_prefix" = "xno"; then
pthread_prefix="/usr/local"
fi