summaryrefslogtreecommitdiff
path: root/audio/gmixer/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gmixer/files/patch-Makefile')
-rw-r--r--audio/gmixer/files/patch-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/gmixer/files/patch-Makefile b/audio/gmixer/files/patch-Makefile
new file mode 100644
index 000000000000..688a6fc98822
--- /dev/null
+++ b/audio/gmixer/files/patch-Makefile
@@ -0,0 +1,14 @@
+--- Makefile.orig Sat Apr 3 13:33:52 1999
++++ Makefile Sat Apr 3 13:33:54 1999
+@@ -1,9 +1,9 @@
+-CC = gcc
++CC ?= gcc
+ #CC = egcs
+ #FLAGS = -g
+
+ gmixer: gmixer.c
+- $(CC) $(FLAGS) `gtk-config --cflags` `gtk-config --libs` gmixer.c -o gmixer
++ $(CC) $(CFLAGS) `$(GTK_CONFIG) --cflags` `$(GTK_CONFIG) --libs` gmixer.c -o gmixer
+ install: gmixer
+ install -s -m 755 -o 0 -g 0 gmixer /usr/X11R6/bin/
+ install -m 644 -o 0 -g 0 icons/gmixer.xpm /usr/share/pixmaps/