diff options
author | Chris White <chriswhite@gentoo.org> | 2004-10-23 05:13:03 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-10-23 05:13:03 +0000 |
commit | 17c97f182ac9a451a0a0ccda87d9c8e0595b0a75 (patch) | |
tree | 973cb006fd31858543a7355202db998d0b74d66a /media-video/gxine/files | |
parent | Stable on sparc. (diff) | |
download | historical-17c97f182ac9a451a0a0ccda87d9c8e0595b0a75.tar.gz historical-17c97f182ac9a451a0a0ccda87d9c8e0595b0a75.tar.bz2 historical-17c97f182ac9a451a0a0ccda87d9c8e0595b0a75.zip |
Patched gxine makefile to properly include X11 libs. This closes bug #65303.
Diffstat (limited to 'media-video/gxine/files')
-rw-r--r-- | media-video/gxine/files/gxine-0.3.3-Makefile.in.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-video/gxine/files/gxine-0.3.3-Makefile.in.patch b/media-video/gxine/files/gxine-0.3.3-Makefile.in.patch new file mode 100644 index 000000000000..1047606ea983 --- /dev/null +++ b/media-video/gxine/files/gxine-0.3.3-Makefile.in.patch @@ -0,0 +1,11 @@ +--- src/Makefile.in_old 2004-10-23 04:02:47.292943592 +0900 ++++ src/Makefile.in 2004-10-23 04:03:13.083022904 +0900 +@@ -148,7 +148,7 @@ + + gxine_LDADD = @XINE_LIBS@ @GTHREAD2_LIBS@ @GTK2_LIBS@ $(XTEST_LIBS) \ + $(top_builddir)/src/spidermonkey/libspidermonkey.la \ +- $(LIRC_LIBS) ++ $(LIRC_LIBS) $(X_LIBS) + + + gxine_client_SOURCES = client.c |