1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/games/el/files/patch-make.defaults
Rene Ladan 488eff603e - Update to 193 to be able to connect to the servers again
- Repack distribution file, reroll/simplify patches.
  The original host is gone, and there is no obvious replacement for the
  distribution file, so roll our own from the referenced git repository:
  git://git.berlios.de/elc
  branch master, commit 86780d5dd43b3c9b66fa014944cf1811fa78d161
- Stagify
- Strip library versions [1]

Submitted by:	portlint [1]
Approved by:	acm (implicit)
2014-01-06 15:23:30 +00:00

20 lines
459 B
Plaintext

--- make.defaults.orig
+++ make.defaults
@@ -69,8 +69,6 @@ FEATURES += MIDDLE_MOUSE_PASTE # Paste using the middle mouse button from the pr
-PLATFORM=-march=native
-XDIR=-L/usr/X11R6/lib
CWARN=-Wall -Wdeclaration-after-statement
# -Wno-pointer-sign -Wno-sign-compare -Werror
CXXWARN=-Wall
@@ -86,7 +84,3 @@ CXXWARN=-Wall
#EXTRA_INCLUDES=-IC:\\Programme\\Dev-Cpp\\Include
#EXTRA_LIBS=-lz
#EXTRA_STATICLIBS=libs/zlib.a
-
-CC=gcc
-CXX=g++
-LINK=gcc