]> git.pld-linux.org Git - packages/ganso.git/blame - ganso-am_fix.patch
- updated gettext BR
[packages/ganso.git] / ganso-am_fix.patch
CommitLineData
e8f48340
MM
1diff -urN ganso-0.2.0.orig/codecs/input/video/mpeg/Makefile.am ganso-0.2.0/codecs/input/video/mpeg/Makefile.am
2--- ganso-0.2.0.orig/codecs/input/video/mpeg/Makefile.am Fri Feb 2 18:59:31 2001
3+++ ganso-0.2.0/codecs/input/video/mpeg/Makefile.am Wed Aug 7 00:05:50 2002
4@@ -2,7 +2,7 @@
5 $(GNOME_INCLUDEDIR) `smpeg-config --cflags`
6
0492cdbf 7 mpeg_la_LIBADD = -lsmpeg
e8f48340
MM
8-mpeg_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version
9+mpeg_la_LDFLAGS = -module -no-undefined -avoid-version
10
11 sublib_LTLIBRARIES = mpeg.la
12
13diff -urN ganso-0.2.0.orig/codecs/input/video/png/Makefile.am ganso-0.2.0/codecs/input/video/png/Makefile.am
14--- ganso-0.2.0.orig/codecs/input/video/png/Makefile.am Fri Feb 2 18:59:31 2001
15+++ ganso-0.2.0/codecs/input/video/png/Makefile.am Wed Aug 7 00:06:01 2002
16@@ -2,7 +2,7 @@
17 $(GNOME_INCLUDEDIR)
18
19 png_la_LIBADD = -lpng
20-png_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version
21+png_la_LDFLAGS = -module -no-undefined -avoid-version
22
23 sublib_LTLIBRARIES = png.la
24
25diff -urN ganso-0.2.0.orig/codecs/input/video/ppm/Makefile.am ganso-0.2.0/codecs/input/video/ppm/Makefile.am
26--- ganso-0.2.0.orig/codecs/input/video/ppm/Makefile.am Fri Feb 2 18:59:31 2001
27+++ ganso-0.2.0/codecs/input/video/ppm/Makefile.am Wed Aug 7 00:06:10 2002
28@@ -2,7 +2,7 @@
29 $(GNOME_INCLUDEDIR)
30
31 ppm_la_LIBADD =
32-ppm_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version
33+ppm_la_LDFLAGS = -module -no-undefined -avoid-version
34
35 sublib_LTLIBRARIES = ppm.la
36
37diff -urN ganso-0.2.0.orig/codecs/output/video/ucbmpeg/Makefile.am ganso-0.2.0/codecs/output/video/ucbmpeg/Makefile.am
38--- ganso-0.2.0.orig/codecs/output/video/ucbmpeg/Makefile.am Fri Feb 2 18:59:32 2001
39+++ ganso-0.2.0/codecs/output/video/ucbmpeg/Makefile.am Wed Aug 7 00:06:25 2002
7980cd7a 40@@ -2,7 +2,7 @@
41 $(GNOME_INCLUDEDIR)
42
43 ucbmpeg_la_LIBADD = -lm
44-ucbmpeg_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version
45+ucbmpeg_la_LDFLAGS = -module -no-undefined -avoid-version
46
47 sublib_LTLIBRARIES = ucbmpeg.la
48
e8f48340
MM
49diff -urN ganso-0.2.0.orig/plugins/sample/Makefile.am ganso-0.2.0/plugins/sample/Makefile.am
50--- ganso-0.2.0.orig/plugins/sample/Makefile.am Fri Feb 2 18:59:33 2001
51+++ ganso-0.2.0/plugins/sample/Makefile.am Wed Aug 7 00:06:53 2002
7980cd7a 52@@ -2,7 +2,7 @@
53 $(GNOME_INCLUDEDIR) $(XML_CFLAGS)
54
55 sample_la_LIBADD = -lm
56-sample_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version
57+sample_la_LDFLAGS = -module -no-undefined -avoid-version
58
59 sublib_LTLIBRARIES = sample.la
60
This page took 0.055133 seconds and 4 git commands to generate.