- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead (this commit adds forgotten patch for lang/pike76 to build with LDFLAGS in environement) PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
This commit is contained in:
parent
61f1dfd768
commit
c4ece284fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282284
1 changed files with 11 additions and 0 deletions
11
lang/pike76/files/patch-Makefile
Normal file
11
lang/pike76/files/patch-Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig 2007-04-18 21:19:27.000000000 +0400
|
||||
+++ Makefile 2011-09-15 15:14:33.000000000 +0400
|
||||
@@ -4,6 +4,8 @@
|
||||
# Meta Makefile
|
||||
#
|
||||
|
||||
+unexport LDFLAGS
|
||||
+
|
||||
VPATH=.
|
||||
OS=`uname -s -r -m|sed \"s/ /-/g\"|tr \"[A-Z]\" \"[a-z]\"|tr \"/()\" \"___\"`
|
||||
BUILDDIR=build/$(OS)
|
Loading…
Reference in a new issue