freebsd-ports/games/pmars-sdl/files/patch-Makefile
Dejan Lesjak b233cd98cd Add pmars-sdl: Port of pMARS using the Simple Directmedia Library.
PR:		ports/84351
Submitted by:	Alejandro Pulver (alejandro at varnet.biz)
2005-07-31 02:31:38 +00:00

17 lines
603 B
Text

--- Makefile.orig Thu May 1 10:09:46 2003
+++ Makefile Mon Jul 18 09:49:02 2005
@@ -1,5 +1,4 @@
# generic UNIX makefile
-CC = gcc # req. for linux
#CC = cc # if you don't have gcc
# Configuration options:
#
@@ -18,8 +17,6 @@
# (8) -DSDLGRAPHX 1 SDL graphics (generic)
#DBG = -g -W -Wall -pg
-CFLAGS = -O4 -fomit-frame-pointer $(DBG) -DSERVER -DEXT94 -DPERMUTATE $(INC)
-LFLAGS = -x
# LIB = -lcurses -ltermlib # enable this one for curses display
# LIB = -lvgagl -lvga # enable this one for Linux/SVGA
# LIB = -L/usr/X11R6/lib -lX11 # enable this one for X11