freebsd-ports/games/el/files/patch-make.defaults
Jose Alonso Cardenas Marquez fe7a2e6e1a - Update to 1.9.2
- Add ELSOUND and ELMUSIC options. It installs additional sound and music files
- Remove Makefile.linux patch file
- Re-add Makefile.bsd patch file
- Respect CC/CXX/LINK [1]
- Few others modifications

PR:	161561
Submitted by:	Nali Toja <nalitoja __ at __ gmail.com> [1]
2011-10-20 17:47:59 +00:00

19 lines
434 B
Text

--- make.defaults.orig 2011-10-20 11:41:47.000000000 -0500
+++ make.defaults 2011-10-20 11:42:04.000000000 -0500
@@ -65,8 +65,6 @@
-PLATFORM=-march=i686
-XDIR=-L/usr/X11R6/lib
CWARN=-Wall -Wdeclaration-after-statement
# -Wno-pointer-sign -Wno-sign-compare -Werror
CXXWARN=-Wall
@@ -82,7 +80,3 @@
#EXTRA_INCLUDES=-IC:\\Programme\\Dev-Cpp\\Include
#EXTRA_LIBS=-lz
#EXTRA_STATICLIBS=libs/zlib.a
-
-CC=gcc
-CXX=g++
-LINK=gcc