pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libvisual Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1da0588c2f4
branches:  trunk
changeset: 519629:b1da0588c2f4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Oct 06 22:04:00 2006 +0000

description:
Fixed "test ==".

diffstat:

 audio/libvisual/distinfo         |   4 ++--
 audio/libvisual/patches/patch-ab |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 8aa0b2c6dd50 -r b1da0588c2f4 audio/libvisual/distinfo
--- a/audio/libvisual/distinfo  Fri Oct 06 21:44:30 2006 +0000
+++ b/audio/libvisual/distinfo  Fri Oct 06 22:04:00 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2006/07/03 23:33:43 wiz Exp $
+$NetBSD: distinfo,v 1.9 2006/10/06 22:04:00 rillig Exp $
 
 SHA1 (libvisual-0.4.0.tar.gz) = bd21d621f1d54134c26138e19eaae46c5aeaec00
 RMD160 (libvisual-0.4.0.tar.gz) = df4fda944e84417def2817f248f587dea5b2d8f1
 Size (libvisual-0.4.0.tar.gz) = 583386 bytes
-SHA1 (patch-ab) = 892cda4166c619c698908aa0d82467c7a15e931d
+SHA1 (patch-ab) = 2493f145d37c6de8dc37beb22e788c628d43342e
 SHA1 (patch-ac) = ad124820a2a20550bf85181be284c1e000114ddd
diff -r 8aa0b2c6dd50 -r b1da0588c2f4 audio/libvisual/patches/patch-ab
--- a/audio/libvisual/patches/patch-ab  Fri Oct 06 21:44:30 2006 +0000
+++ b/audio/libvisual/patches/patch-ab  Fri Oct 06 22:04:00 2006 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.6 2006/07/03 23:33:43 wiz Exp $
+$NetBSD: patch-ab,v 1.7 2006/10/06 22:04:00 rillig Exp $
 
 gcc-2.95 does not know the i386 MMX registers used in the assembler
 statements, do disable them.
 
---- configure.orig     2006-03-20 18:42:25.000000000 +0000
-+++ configure
+--- configure.orig     2006-03-20 19:42:25.000000000 +0100
++++ configure  2006-10-07 00:03:06.000000000 +0200
 @@ -2053,7 +2053,7 @@ case "$host_os" in
        solaris*)       lv_solaris=yes;;
        linux*)         lv_linux=yes;;
@@ -31,6 +31,15 @@
                fi
                if test x"$have_threads" = xposix; then
                        defattr=0
+@@ -26430,7 +26430,7 @@ build_subdirs="libvisual"
+ VISUAL_PKG_CONFIG_DEP=""
+ 
+ VISUAL_CFLAGS=""
+-if test x"$LV_THREAD_CFLAGS" == xgthread2; then
++if test x"$LV_THREAD_CFLAGS" = xgthread2; then
+   VISUAL_PKG_CONFIG_DEP="$VISUAL_PKG_CONFIG_DEP gthread-2.0"
+ elif test x"$LV_THREAD_CFLAGS" != x; then
+   VISUAL_CFLAGS=$LV_THREAD_CFLAGS
 @@ -28326,7 +28326,11 @@ _______EOF
          if test x$lv_ix86 = xyes ; then
                  cat >>$outfile <<_______EOF



Home | Main Index | Thread Index | Old Index