diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-06 22:04:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-06 22:04:00 +0000 |
commit | 21499be7adac5fcd8c857ee1378c91b4da294ec5 (patch) | |
tree | 3401ce5b2603af772bc7b3a4071d240d64a874ab /audio | |
parent | 28048b875e03bbe77f0957a9b78cd6b77d842b0b (diff) | |
download | pkgsrc-21499be7adac5fcd8c857ee1378c91b4da294ec5.tar.gz |
Fixed "test ==".
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvisual/distinfo | 4 | ||||
-rw-r--r-- | audio/libvisual/patches/patch-ab | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/audio/libvisual/distinfo b/audio/libvisual/distinfo index 8d7e0fe0f9c..d06b208a1c7 100644 --- a/audio/libvisual/distinfo +++ b/audio/libvisual/distinfo @@ -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 --git a/audio/libvisual/patches/patch-ab b/audio/libvisual/patches/patch-ab index f4912ed9654..31348f20761 100644 --- a/audio/libvisual/patches/patch-ab +++ b/audio/libvisual/patches/patch-ab @@ -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 @@ statements, do disable them. 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 |