pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms-blursk Fix build with new libtool (as seen ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8204f3421edc
branches:  trunk
changeset: 508218:8204f3421edc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 16 18:05:09 2006 +0000

description:
Fix build with new libtool (as seen in bulk builds).

diffstat:

 audio/xmms-blursk/distinfo         |   3 ++-
 audio/xmms-blursk/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r e3c7c203d9bb -r 8204f3421edc audio/xmms-blursk/distinfo
--- a/audio/xmms-blursk/distinfo        Thu Feb 16 18:04:16 2006 +0000
+++ b/audio/xmms-blursk/distinfo        Thu Feb 16 18:05:09 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 20:39:54 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/02/16 18:05:09 wiz Exp $
 
 SHA1 (Blursk-1.3.tar.gz) = b9ee5c50c3810d017cb09eace004610ad739c118
 RMD160 (Blursk-1.3.tar.gz) = 5a0dbaa5f800a998981c79b5a91b827aeecac0ad
@@ -6,3 +6,4 @@
 SHA1 (blursk-presets) = 828924d46de93401bb83b20548040f00e96a85c9
 RMD160 (blursk-presets) = 4d4bc70ee7669232d57c7ee83d2d8b7cbde37155
 Size (blursk-presets) = 16386 bytes
+SHA1 (patch-aa) = d425c1ba61e9171bd9c57972ed20d3eed9caf940
diff -r e3c7c203d9bb -r 8204f3421edc audio/xmms-blursk/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-blursk/patches/patch-aa        Thu Feb 16 18:05:09 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/02/16 18:05:09 wiz Exp $
+
+--- Makefile.in.orig   2006-02-16 09:55:22.000000000 +0000
++++ Makefile.in
+@@ -123,7 +123,7 @@ lib_LTLIBRARIES = libblursk.la
+ libdir = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR)
+ 
+ libblursk_la_LDFLAGS = -module -avoid-version
+-LIBS = @GTK_LIBS@ @PTHREAD_LIBS@
++LIBS = @GTK_LIBS@
+ 
+ COMMON_CFLAGS = -O2 -I$(top_builddir) -I$(top_srcdir) -D_REENTRANT @GTK_CFLAGS@
+ COMMON_SRC = blur.c blursk.c blursk.h color.c config.c config.h       readme.c about.c img.c loop.c render.c preset.c bitmap.c        paste.c xv.c text.c



Home | Main Index | Thread Index | Old Index