* [gentoo-commits] gentoo-x86 commit in media-sound/ncmpc/files: ncmpc-0.16.1-asneeded.patch
@ 2010-07-13 19:02 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2010-07-13 19:02 UTC (permalink / raw
To: gentoo-commits
xarthisius 10/07/13 19:02:46
Added: ncmpc-0.16.1-asneeded.patch
Log:
Fixing build with --as-needed wrt bug 327865. Thanks to Diego for reporting. Dropped ~x86-fbsd
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.1 media-sound/ncmpc/files/ncmpc-0.16.1-asneeded.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/files/ncmpc-0.16.1-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/files/ncmpc-0.16.1-asneeded.patch?rev=1.1&content-type=text/plain
Index: ncmpc-0.16.1-asneeded.patch
===================================================================
--- Makefile.am
+++ Makefile.am
@@ -168,7 +168,8 @@
test_run_hscroll_SOURCES = test/run_hscroll.c src/hscroll.c src/charset.c
test_run_hscroll_CPPFLAGS = -I$(srcdir)/src $(AM_CPPFLAGS)
-test_run_hscroll_LDFLAGS = $(GLIB_LIBS)
+test_run_hscroll_CFLAGS = $(GLIB_CFLAGS)
+test_run_hscroll_LDADD = $(GLIB_LIBS)
#
# sparse
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-13 19:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13 19:02 [gentoo-commits] gentoo-x86 commit in media-sound/ncmpc/files: ncmpc-0.16.1-asneeded.patch Kacper Kowalik (xarthisius)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox