summaryrefslogtreecommitdiff
path: root/games/gtkballs/files/patch-aa
blob: d75b3f13ca75f77d5a15beb1a12c32b0bcf7a7da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- Makefile.orig	Thu Apr 29 12:32:03 1999
+++ Makefile	Thu Apr 29 12:32:30 1999
@@ -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+= `gtk12-config --cflags` 
+CLIBS= `gtk12-config --libs`
 
 RM=rm -f
 PROGS=gtkballs