diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-13 19:02:46 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-13 19:02:46 +0000 |
commit | b776ea75a2b546ccdf048c87fb12268145373534 (patch) | |
tree | 371b83123e894dc17f2b2a65a6591e5b47c60cd7 /media-sound/ncmpc/files/ncmpc-0.16.1-asneeded.patch | |
parent | old (diff) | |
download | historical-b776ea75a2b546ccdf048c87fb12268145373534.tar.gz historical-b776ea75a2b546ccdf048c87fb12268145373534.tar.bz2 historical-b776ea75a2b546ccdf048c87fb12268145373534.zip |
Fixing build with --as-needed wrt bug 327865. Thanks to Diego for reporting. Dropped ~x86-fbsd
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'media-sound/ncmpc/files/ncmpc-0.16.1-asneeded.patch')
-rw-r--r-- | media-sound/ncmpc/files/ncmpc-0.16.1-asneeded.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/ncmpc/files/ncmpc-0.16.1-asneeded.patch b/media-sound/ncmpc/files/ncmpc-0.16.1-asneeded.patch new file mode 100644 index 000000000000..f472a2ec238f --- /dev/null +++ b/media-sound/ncmpc/files/ncmpc-0.16.1-asneeded.patch @@ -0,0 +1,12 @@ +--- 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 |