forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
459 B
Text
19 lines
459 B
Text
--- 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
|