aboutsummaryrefslogtreecommitdiff
path: root/news/golded+
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-10-17 16:52:13 +0000
committerJohn Marino <marino@FreeBSD.org>2016-10-17 16:52:13 +0000
commitbc102237fb1962c935fa97d378cd11cd1684379b (patch)
treea40ed2d577e1e0c8922aee04745c2b405f48e6c2 /news/golded+
parentc7c7eb12c4ccc89ba94f52a9cf6b339a78b9e411 (diff)
downloadports-bc102237fb1962c935fa97d378cd11cd1684379b.tar.gz
ports-bc102237fb1962c935fa97d378cd11cd1684379b.zip
news/golded+: honor LDFLAGS
Approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=424130
Diffstat (limited to 'news/golded+')
-rw-r--r--news/golded+/files/patch-GNUmakef.def10
1 files changed, 5 insertions, 5 deletions
diff --git a/news/golded+/files/patch-GNUmakef.def b/news/golded+/files/patch-GNUmakef.def
index 995ebaf8eed7..9791f0f89609 100644
--- a/news/golded+/files/patch-GNUmakef.def
+++ b/news/golded+/files/patch-GNUmakef.def
@@ -1,6 +1,6 @@
---- GNUmakef.def.orig 2015-11-28 07:03:45.000000000 +0000
-+++ GNUmakef.def 2016-10-04 17:08:05.099233000 +0000
-@@ -141,8 +141,8 @@
+--- GNUmakef.def.orig 2015-11-28 07:03:45 UTC
++++ GNUmakef.def
+@@ -141,8 +141,8 @@ else # Linux, *BSD or
CAT=cat
SED=sed
GREP=grep
@@ -11,14 +11,14 @@
AR=ar
RANLIB=ranlib
PLATFORM=lnx
-@@ -162,8 +162,8 @@
+@@ -162,8 +162,8 @@ endif
endif
endif
endif
-CFLAGS+=-funsigned-char -g $(INCS) -Wall -Wno-long-long -Wno-sign-compare -pedantic -O2 -DPRAGMA_PACK # -fomit-frame-pointer
-LNKFLAGS+=-g
+CFLAGS+=-funsigned-char $(INCS) -Wall -Wno-long-long -Wno-sign-compare -O2 -DPRAGMA_PACK # -g -pedantic -fomit-frame-pointer
-+#LNKFLAGS+=-g
++LNKFLAGS+=$(LDFLAGS)
CPPFLAGS+=$(CFLAGS)
# Run `make USE_NCURSES=0` if you dislike ncurses