1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/gmixer/files/patch-aa
Justin M. Seger 70f4095e5b Minor cleanups: Use gtk12 and ${INSTALL_*}.
PR:		ports/10936
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-06 09:36:44 +00:00

15 lines
459 B
Plaintext

--- 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) `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/