summaryrefslogtreecommitdiff
path: root/games/oonsoo/files/patch-aa
blob: f337d33ce63034775ce1fa10c57a9af066089fbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Makefile.orig	Thu Feb 24 03:29:29 2000
+++ Makefile	Thu Feb 24 03:42:58 2000
@@ -6,16 +6,16 @@
 ###############################################################################
 
 ## C++ compiler to use
-CC=g++
+CC = ${CXX}
 
 ## C++ compiler flags
-CPPFLAGS=-O -ansi
+CPPFLAGS = ${CXXFLAGS} -ansi
 
 ## System Includes
-SYS_INCLUDES =
+SYS_INCLUDE = -I${X11BASE}/include
 
 ## System Libraries
-SYS_LIBS = -L/usr/X11R6/lib -lX11
+SYS_LIBS = -L${X11BASE}/lib -lX11
 
 ## Archiver
 AR=ar