From c4ece284fad73b6cd46b3ab9ea5b82fa311f711a Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 23 Sep 2011 22:53:49 +0000 Subject: [PATCH] - 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 --- lang/pike76/files/patch-Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/pike76/files/patch-Makefile diff --git a/lang/pike76/files/patch-Makefile b/lang/pike76/files/patch-Makefile new file mode 100644 index 000000000000..4b0aae904738 --- /dev/null +++ b/lang/pike76/files/patch-Makefile @@ -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)