]> git.pld-linux.org Git - packages/ganso.git/commitdiff
- automake fixes: fixed errors on am > 1.4.
authorkloczek <kloczek@pld-linux.org>
Sat, 3 Mar 2001 14:20:30 +0000 (14:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ganso-am_fix.patch -> 1.1

ganso-am_fix.patch [new file with mode: 0644]

diff --git a/ganso-am_fix.patch b/ganso-am_fix.patch
new file mode 100644 (file)
index 0000000..fa72dba
--- /dev/null
@@ -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
This page took 0.041737 seconds and 4 git commands to generate.