diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/gmixer/files/patch-Makefile | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/gmixer/files/patch-Makefile')
-rw-r--r-- | audio/gmixer/files/patch-Makefile | 14 |
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/ |