You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/gkrellm-volume/files/gkrellm-volume-2.1.13-Respe...

14 lines
295 B

diff --git a/Makefile b/Makefile
index 7a9821d..db02cad 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ FLAGS = -O2 -Wall -fPIC $(GTK_CFLAGS) $(GKRELLM_INCLUDE)
LIBS = $(GTK_LIB)
LFLAGS = -shared
+LFLAGS += $(LDFLAGS)
+
OBJS = volume.o mixer.o oss_mixer.o
ifeq ($(enable_alsa),1)