freebsd-ports/lang/pike76/files/patch-Makefile
Dmitry Marakasov c4ece284fa - 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
2011-09-23 22:53:49 +00:00

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)