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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | net-libs/gssdp/gssdp-0.7.1-r1.ebuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 --- gssdp-0.7.1/tests/Makefile.am 2009-01-06 06:44:15.000000000
2 -0800
3 +++ gssdp-0.7.1/tests/Makefile.am 2010-09-17
4 17:43:56.000000000 -0700
5 @@ -3,10 +3,10 @@
6 noinst_PROGRAMS = test-browser test-publish
7
8 test_browser_SOURCES = test-browser.c
9 -test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la
10 +test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS )
11
12 test_publish_SOURCES = test-publish.c
13 -test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la
14 +test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS )
15
16 CLEANFILES = $(BUILT_SOURCES)
17 DISTCLEANFILES = $(BUILT_SOURCES)
18 --- gssdp-0.7.1/tests/Makefile.in 2009-12-04 07:02:06.000000000
19 -0800
20 +++ gssdp-0.7.1/tests/Makefile.in 2010-09-17
21 17:43:56.000000000 -0700
22 @@ -193,9 +193,9 @@
23 top_srcdir = @top_srcdir@
24 AM_CFLAGS = $(LIBGSSDP_CFLAGS) -I$(top_srcdir)
25 test_browser_SOURCES = test-browser.c
26 -test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la
27 +test_browser_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS)
28 test_publish_SOURCES = test-publish.c
29 -test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la
30 +test_publish_LDADD = $(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS)
31 CLEANFILES = $(BUILT_SOURCES)
32 DISTCLEANFILES = $(BUILT_SOURCES)
33 MAINTAINERCLEANFILES = Makefile.in $(BUILT_SOURCES)
OLDNEW
« 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