summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.patch12
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