diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-06 09:36:44 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-06 09:36:44 +0000 |
commit | 960906a61f20e4f638a0e742f0848d92cf1c5157 (patch) | |
tree | 58bcb3b1d710d5dc7191e613645e79e218510e4f /audio/gmixer/files | |
parent | 46dcd4fc13f9be4aa66e24d4c1af66166da97bbc (diff) | |
download | FreeBSD-ports-960906a61f20e4f638a0e742f0848d92cf1c5157.zip FreeBSD-ports-960906a61f20e4f638a0e742f0848d92cf1c5157.tar.gz |
Minor cleanups: Use gtk12 and ${INSTALL_*}.
PR: ports/10936
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'audio/gmixer/files')
-rw-r--r-- | audio/gmixer/files/patch-aa | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/audio/gmixer/files/patch-aa b/audio/gmixer/files/patch-aa index a587105..fa5b831 100644 --- a/audio/gmixer/files/patch-aa +++ b/audio/gmixer/files/patch-aa @@ -1,18 +1,14 @@ ---- Makefile.orig Thu Feb 25 21:31:39 1999 -+++ Makefile Thu Feb 25 21:36:58 1999 -@@ -1,11 +1,11 @@ +--- 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 ?= gcc #CC = egcs #FLAGS = -g gmixer: gmixer.c - $(CC) $(FLAGS) `gtk-config --cflags` `gtk-config --libs` gmixer.c -o gmixer -+ $(CC) $(CFLAGS) `gtk11d-config --cflags` `gtk11d-config --libs` gmixer.c -o gmixer ++ $(CC) $(CFLAGS) `gtk12-config --cflags` `gtk12-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/ -+ install -c -s -m 755 -o 0 -g 0 gmixer $(PREFIX)/bin -+ install -c -m 644 -o 0 -g 0 icons/gmixer.xpm $(PREFIX)/share/pixmaps - clean: - rm -f 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/ |