]> git.pld-linux.org Git - packages/ganso.git/blame - ganso-am_fix.patch
- added am_fix patch with fixes two am > 1.4 specyfic bugs.
[packages/ganso.git] / ganso-am_fix.patch
CommitLineData
7980cd7a 1diff -Nru ganso-0.1.1/codecs/video/ucbmpeg/Makefile.am ganso-0.1.1.new/codecs/video/ucbmpeg/Makefile.am
2--- ganso-0.1.1/codecs/video/ucbmpeg/Makefile.am Mon Aug 21 01:00:02 2000
3+++ ganso-0.1.1.new/codecs/video/ucbmpeg/Makefile.am Sat Mar 3 15:17:04 2001
4@@ -2,7 +2,7 @@
5 $(GNOME_INCLUDEDIR)
6
7 ucbmpeg_la_LIBADD = -lm
8-ucbmpeg_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version
9+ucbmpeg_la_LDFLAGS = -module -no-undefined -avoid-version
10
11 sublib_LTLIBRARIES = ucbmpeg.la
12
13diff -Nru ganso-0.1.1/plugins/sample/Makefile.am ganso-0.1.1.new/plugins/sample/Makefile.am
14--- ganso-0.1.1/plugins/sample/Makefile.am Mon Aug 21 01:00:02 2000
15+++ ganso-0.1.1.new/plugins/sample/Makefile.am Sat Mar 3 15:19:09 2001
16@@ -2,7 +2,7 @@
17 $(GNOME_INCLUDEDIR) $(XML_CFLAGS)
18
19 sample_la_LIBADD = -lm
20-sample_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version
21+sample_la_LDFLAGS = -module -no-undefined -avoid-version
22
23 sublib_LTLIBRARIES = sample.la
24
This page took 0.062556 seconds and 4 git commands to generate.