5ac9a97323
* Change default renderer to AGG * Add patch to fix libintl-related build error when building without GTK GUI * Add IGNORE for Cairo+KDE case, as it's not supported by gnash PR: 117904 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
11 lines
456 B
Text
11 lines
456 B
Text
--- utilities/Makefile.in.orig 2007-08-29 15:03:59.000000000 +0000
|
|
+++ utilities/Makefile.in 2007-11-07 20:37:02.000000000 +0000
|
|
@@ -365,7 +365,7 @@
|
|
$(top_builddir)/libbase/libgnashbase.la \
|
|
$(top_builddir)/backend/libgnashbackend.la \
|
|
$(top_builddir)/libamf/libgnashamf.la $(am__append_2) \
|
|
- $(am__append_4) $(GLIB_LIBS) $(GSTREAMER_LIBS)
|
|
+ $(am__append_4) $(GLIB_LIBS) $(GSTREAMER_LIBS) $(INTLLIBS)
|
|
AM_LDFLAGS = \
|
|
$(LIBADD_DL) \
|
|
$(LIBLTDL) \
|