svn commit: r424130 - head/news/golded+/files

John Marino marino at FreeBSD.org
Mon Oct 17 16:52:14 UTC 2016


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


More information about the svn-ports-head mailing list