mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
488eff603e
- 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)
20 lines
459 B
Plaintext
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
|