mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
news/golded+: honor LDFLAGS
Approved by: infrastructure blanket
This commit is contained in:
parent
c7c7eb12c4
commit
bc102237fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424130
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue