summaryrefslogtreecommitdiffstats
path: root/x11-plugins/wmvolman/files/wmvolman-2.0.1-ds-include.diff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmvolman/files/wmvolman-2.0.1-ds-include.diff')
-rw-r--r--x11-plugins/wmvolman/files/wmvolman-2.0.1-ds-include.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-plugins/wmvolman/files/wmvolman-2.0.1-ds-include.diff b/x11-plugins/wmvolman/files/wmvolman-2.0.1-ds-include.diff
new file mode 100644
index 0000000..bc7cf67
--- /dev/null
+++ b/x11-plugins/wmvolman/files/wmvolman-2.0.1-ds-include.diff
@@ -0,0 +1,10 @@
+diff -dPNur wmvolman-2.0.1/src/Makefile.am wmvolman-2.0.1-ds/src/Makefile.am
+--- wmvolman-2.0.1/src/Makefile.am 2013-04-02 11:32:29.000000000 +0200
++++ wmvolman-2.0.1-ds/src/Makefile.am 2017-01-29 15:47:48.757744590 +0100
+@@ -4,5 +4,5 @@
+ bin_PROGRAMS = wmvolman
+
+ wmvolman_SOURCES = main.c ui.h ui.c udisks.h udisks.c
+-wmvolman_CFLAGS = -DWMVM_ICONS_DIR=\"$(pkgdatadir)\" @X_CFLAGS@ @GLIB2_CFLAGS@ @GIO_CFLAGS@ @UDISKS_CFLAGS@
++wmvolman_CFLAGS = -DWMVM_ICONS_DIR=\"$(pkgdatadir)\" @X_CFLAGS@ @GLIB2_CFLAGS@ @GIO_CFLAGS@ @UDISKS_CFLAGS@ -I/usr/include/libdockapp
+ wmvolman_LDADD = $(LIBOBJS) @X_LIBS@ @GLIB2_LIBS@ @GIO_LIBS@ @UDISKS_LIBS@