aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2011-09-24 06:53:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2011-09-24 06:53:49 +0800
commit076d5025b635962821ce4eb885b4e311690a8662 (patch)
tree274b345d420e951c9db1813adc222a65df1184ef /lang
parentc3183a65845b72c35ec44ae2e27a280bec90d643 (diff)
downloadfreebsd-ports-graphics-076d5025b635962821ce4eb885b4e311690a8662.tar.gz
freebsd-ports-graphics-076d5025b635962821ce4eb885b4e311690a8662.tar.zst
freebsd-ports-graphics-076d5025b635962821ce4eb885b4e311690a8662.zip
- 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
Diffstat (limited to 'lang')
-rw-r--r--lang/pike76/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/pike76/files/patch-Makefile b/lang/pike76/files/patch-Makefile
new file mode 100644
index 00000000000..4b0aae90473
--- /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)