aboutsummaryrefslogtreecommitdiffstats
path: root/games/mindguard/files/patch-aa
blob: 2c37e8732b713acbdbd73ee1b48c580102315b86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.orig   Sun May 21 23:03:01 2000
+++ Makefile    Thu Jul 27 23:41:05 2000
@@ -1,9 +1,10 @@
 BINDIR = /usr/local/bin
 MGDIR = /usr/local/share/MindGuard
-CC = gcc
+CC ?= gcc
+CFLAGS ?= -O -pipe
 
 mindguard: mindguard.c 
-   $(CC) `gtk-config --cflags`  mindguard.c -o mindguard `gtk-config --libs`
+   $(CC) -DX11BASE=\"${X11BASE}\" `${GTK_CONFIG} --cflags`  ${CFLAGS} mindguard.c -o mindguard `${GTK_CONFIG} --libs`
 
 clean:
    rm -f mindguard