Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: net-libs/gssdp/files/gssdp-0.7.1-gold.patch

Issue 3601008: Uprevved gssdp-0.7.1 to r1 and modified it to allow it to be linked with the gold linker. (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git
Patch Set: . Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net-libs/gssdp/gssdp-0.7.1-r1.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net-libs/gssdp/files/gssdp-0.7.1-gold.patch
diff --git a/net-libs/gssdp/files/gssdp-0.7.1-gold.patch b/net-libs/gssdp/files/gssdp-0.7.1-gold.patch
new file mode 100644
index 0000000000000000000000000000000000000000..bed1f116b00b9c1bcce9541f74922461712080a3
--- /dev/null
+++ b/net-libs/gssdp/files/gssdp-0.7.1-gold.patch
@@ -0,0 +1,33 @@
+--- gssdp-0.7.1/tests/Makefile.am 2009-01-06 06:44:15.000000000
+-0800
++++ gssdp-0.7.1/tests/Makefile.am 2010-09-17
+17:43:56.000000000 -0700
+@@ -3,10 +3,10 @@
+ noinst_PROGRAMS = test-browser test-publish
+
+ test_browser_SOURCES = test-browser.c
+-test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la
++test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS)
+
+ test_publish_SOURCES = test-publish.c
+-test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la
++test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS)
+
+ CLEANFILES = $(BUILT_SOURCES)
+ DISTCLEANFILES = $(BUILT_SOURCES)
+--- gssdp-0.7.1/tests/Makefile.in 2009-12-04 07:02:06.000000000
+-0800
++++ gssdp-0.7.1/tests/Makefile.in 2010-09-17
+17:43:56.000000000 -0700
+@@ -193,9 +193,9 @@
+ top_srcdir = @top_srcdir@
+ AM_CFLAGS = $(LIBGSSDP_CFLAGS) -I$(top_srcdir)
+ test_browser_SOURCES = test-browser.c
+-test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la
++test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS)
+ test_publish_SOURCES = test-publish.c
+-test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la
++test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS)
+ CLEANFILES = $(BUILT_SOURCES)
+ DISTCLEANFILES = $(BUILT_SOURCES)
+ MAINTAINERCLEANFILES = Makefile.in $(BUILT_SOURCES)
« no previous file with comments | « no previous file | net-libs/gssdp/gssdp-0.7.1-r1.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698