Date: Mon, 17 Oct 2016 16:52:13 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424130 - head/news/golded+/files Message-ID: <201610171652.u9HGqDJo029880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Oct 17 16:52:13 2016 New Revision: 424130 URL: https://svnweb.freebsd.org/changeset/ports/424130 Log: news/golded+: honor LDFLAGS Approved by: infrastructure blanket Modified: head/news/golded+/files/patch-GNUmakef.def Modified: head/news/golded+/files/patch-GNUmakef.def ============================================================================== --- head/news/golded+/files/patch-GNUmakef.def Mon Oct 17 16:38:13 2016 (r424129) +++ head/news/golded+/files/patch-GNUmakef.def Mon Oct 17 16:52:13 2016 (r424130) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610171652.u9HGqDJo029880>