1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/gtkballs/files/patch-aa

22 lines
406 B
Plaintext
Raw Normal View History

--- Makefile.orig Tue Mar 30 21:30:09 1999
+++ Makefile Wed Mar 29 21:10:12 2000
@@ -6,15 +6,14 @@
#
# Installation prefix
#
-PREFIX=/usr/local
+PREFIX?=/usr/local
#
# C options
#
-CFLAGS = -Wall -pedantic -g
CFLAGS+= -DPREFIX=\"$(PREFIX)\"
-CFLAGS+= `gtk-config --cflags`
-CLIBS= `gtk-config --libs`
+CFLAGS+= `${GTK_CONFIG} --cflags`
+CLIBS= `${GTK_CONFIG} --libs`
RM=rm -f
PROGS=gtkballs