c4ece284fa
- 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
11 lines
271 B
Text
11 lines
271 B
Text
--- 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)
|