summaryrefslogtreecommitdiff
path: root/packages/gnash/files
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-08-18 22:51:58 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-08-18 22:51:58 +0000
commit4f03407ab61ad8b0913e8be2da8eb5eac8da82a6 (patch)
tree7ee86bc1f91543761b5031be17e95a5e99941dd5 /packages/gnash/files
parent2e265b8e89e31205deef1100b341234e7d6ea4c4 (diff)
gnash-minimal: Include $\(INTLLIBS\) in LDADD for gui/fb.
Diffstat (limited to 'packages/gnash/files')
-rw-r--r--packages/gnash/files/libintl.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gnash/files/libintl.patch b/packages/gnash/files/libintl.patch
new file mode 100644
index 0000000000..22e1acb65b
--- /dev/null
+++ b/packages/gnash/files/libintl.patch
@@ -0,0 +1,13 @@
+Index: gnash-0.8.3/gui/am-frag/fb.am
+===================================================================
+--- gnash-0.8.3.orig/gui/am-frag/fb.am 2008-08-19 00:37:45.000000000 +0200
++++ gnash-0.8.3/gui/am-frag/fb.am 2008-08-19 00:38:04.000000000 +0200
+@@ -30,7 +30,7 @@
+ fb_gnash_CPPFLAGS += $(AGG_CFLAGS)
+ fb_gnash_SOURCES +=
+ fb_gnash_LDADD = $(top_builddir)/backend/libgnashagg.la \
+- $(GNASH_LIBS) $(AGG_LIBS)
++ $(GNASH_LIBS) $(AGG_LIBS) $(INTLLIBS)
+ endif # BUILD_AGG_RENDERER
+ endif # BUILD_FB_GUI
+