diff options
author | wiz <wiz> | 2000-08-14 14:20:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-14 14:20:55 +0000 |
commit | 3f0ec11637d837df6e1d103fb88fd53e4398c2b5 (patch) | |
tree | c4ebdbe0482a12608357a7f663c5c08fca24c728 /audio/xmms/patches | |
parent | 106ad038b08037d0c452ad33390d963c73db14ce (diff) | |
download | pkgsrc-3f0ec11637d837df6e1d103fb88fd53e4398c2b5.tar.gz |
LTCONFIG_OVERRIDE -> minus two patches.
Correct linking with libossaudio: plus two patches.
Still doesn't work, though.
Diffstat (limited to 'audio/xmms/patches')
-rw-r--r-- | audio/xmms/patches/patch-ae | 38 | ||||
-rw-r--r-- | audio/xmms/patches/patch-af | 20 | ||||
-rw-r--r-- | audio/xmms/patches/patch-am | 13 | ||||
-rw-r--r-- | audio/xmms/patches/patch-an | 13 |
4 files changed, 26 insertions, 58 deletions
diff --git a/audio/xmms/patches/patch-ae b/audio/xmms/patches/patch-ae deleted file mode 100644 index 44c53eae305..00000000000 --- a/audio/xmms/patches/patch-ae +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2000/05/02 18:48:36 danw Exp $ - ---- configure.orig Mon Jan 31 19:43:50 2000 -+++ configure Sun Mar 12 21:20:08 2000 -@@ -1339,6 +1339,7 @@ - fi - - -+if false; then - # Check for any special flags to pass to ltconfig. - libtool_flags="--cache-file=$cache_file" - test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" -@@ -1492,6 +1493,7 @@ - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+fi - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. -@@ -3017,7 +3019,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lxml -lz $LIBS" -+LIBS="`$XML_CONFIG --libs` -lz $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3023 "configure" - #include "confdefs.h" -@@ -3295,7 +3297,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lesd $LIBS" -+LIBS="`$ESD_CONFIG --libs` $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3301 "configure" - #include "confdefs.h" diff --git a/audio/xmms/patches/patch-af b/audio/xmms/patches/patch-af deleted file mode 100644 index 1ce29893526..00000000000 --- a/audio/xmms/patches/patch-af +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-af,v 1.1 2000/03/07 23:03:13 tron Exp $ - ---- libxmms/configure.orig Tue Mar 7 23:25:18 2000 -+++ libxmms/configure Tue Mar 7 23:28:07 2000 -@@ -1473,6 +1473,7 @@ - - - -+if false; then - # Check for any special flags to pass to ltconfig. - libtool_flags="--cache-file=$cache_file" - test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" -@@ -1626,6 +1627,7 @@ - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+fi - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. diff --git a/audio/xmms/patches/patch-am b/audio/xmms/patches/patch-am new file mode 100644 index 00000000000..3be697a5c72 --- /dev/null +++ b/audio/xmms/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2000/08/14 14:20:59 wiz Exp $ + +--- Output/OSS/Makefile.in.orig Mon Jan 31 19:44:33 2000 ++++ Output/OSS/Makefile.in Mon Aug 14 16:01:15 2000 +@@ -136,7 +136,7 @@ + libdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR) + + libOSS_la_LDFLAGS = $(ossldflags) +-libOSS_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@ ++libOSS_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@ -lossaudio + libOSS_la_SOURCES = $(osssources) + INCLUDES = @GTK_CFLAGS@ @OSS_CFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/audio/xmms/patches/patch-an b/audio/xmms/patches/patch-an new file mode 100644 index 00000000000..7b2f0ab2105 --- /dev/null +++ b/audio/xmms/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.1 2000/08/14 14:20:59 wiz Exp $ + +--- Input/cdaudio/Makefile.in.orig Mon Jan 31 19:44:37 2000 ++++ Input/cdaudio/Makefile.in Mon Aug 14 16:00:37 2000 +@@ -139,7 +139,7 @@ + + INCLUDES = @GTK_CFLAGS@ + libcdaudio_la_LDFLAGS = $(cdaudioldflags) +-libcdaudio_la_LIBADD = @GTK_LIBS@ @XML_LIBS@ ++libcdaudio_la_LIBADD = @GTK_LIBS@ @XML_LIBS@ -lossaudio + libcdaudio_la_SOURCES = $(cdaudiosources) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../config.h |