From: kloczek Date: Sat, 3 Mar 2001 14:20:30 +0000 (+0000) Subject: - automake fixes: fixed errors on am > 1.4. X-Git-Tag: ganso-0_1_1-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fganso.git;a=commitdiff_plain;h=7980cd7aabe2a23d6155d4d377947de85529725e - automake fixes: fixed errors on am > 1.4. Changed files: ganso-am_fix.patch -> 1.1 --- diff --git a/ganso-am_fix.patch b/ganso-am_fix.patch new file mode 100644 index 0000000..fa72dba --- /dev/null +++ b/ganso-am_fix.patch @@ -0,0 +1,24 @@ +diff -Nru ganso-0.1.1/codecs/video/ucbmpeg/Makefile.am ganso-0.1.1.new/codecs/video/ucbmpeg/Makefile.am +--- ganso-0.1.1/codecs/video/ucbmpeg/Makefile.am Mon Aug 21 01:00:02 2000 ++++ ganso-0.1.1.new/codecs/video/ucbmpeg/Makefile.am Sat Mar 3 15:17:04 2001 +@@ -2,7 +2,7 @@ + $(GNOME_INCLUDEDIR) + + ucbmpeg_la_LIBADD = -lm +-ucbmpeg_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version ++ucbmpeg_la_LDFLAGS = -module -no-undefined -avoid-version + + sublib_LTLIBRARIES = ucbmpeg.la + +diff -Nru ganso-0.1.1/plugins/sample/Makefile.am ganso-0.1.1.new/plugins/sample/Makefile.am +--- ganso-0.1.1/plugins/sample/Makefile.am Mon Aug 21 01:00:02 2000 ++++ ganso-0.1.1.new/plugins/sample/Makefile.am Sat Mar 3 15:19:09 2001 +@@ -2,7 +2,7 @@ + $(GNOME_INCLUDEDIR) $(XML_CFLAGS) + + sample_la_LIBADD = -lm +-sample_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version ++sample_la_LDFLAGS = -module -no-undefined -avoid-version + + sublib_LTLIBRARIES = sample.la +