- 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:
Dmitry Marakasov 2011-09-23 22:53:49 +00:00
parent 61f1dfd768
commit c4ece284fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282284

View 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)