freebsd-ports/games/oonsoo/files/patch-aa
Michael Haro 056ad3997c - Support CXX/CXXFLAGS/X11BASE/MAKE properly
- Add WWW: line into pkg/DESCR

PR:		18048
Submitted by:	    KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-19 19:22:03 +00:00

23 lines
490 B
Text

--- 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