diff options
author | reed <reed@pkgsrc.org> | 2005-11-01 05:39:53 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-11-01 05:39:53 +0000 |
commit | 1cfef4b81c7d1053928cb874a1bcd79de1c041e0 (patch) | |
tree | 1252b6659df1790f917e9899c7dc25c66ad156ff /multimedia/xine-lib/patches | |
parent | 72d149a3db561f8f44bde565e17b8daff2de4f0f (diff) | |
download | pkgsrc-1cfef4b81c7d1053928cb874a1bcd79de1c041e0.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-ag | 4 |
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 |