aboutsummaryrefslogtreecommitdiff
path: root/devel/hp48xgcc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-01-11 04:36:08 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-01-11 04:36:08 +0000
commite149dd2b499234a98c6006257e86f59faafacca2 (patch)
treeee476574f56cb228cd0c92f622e9805a183dad6a /devel/hp48xgcc
parentce39de217a78e758a46043648c2eec57e923bec1 (diff)
downloadports-e149dd2b499234a98c6006257e86f59faafacca2.tar.gz
ports-e149dd2b499234a98c6006257e86f59faafacca2.zip
Preventively fix the build when CPPFLAGS are passed to MAKE_ENV: do not
allow environment variables take precedence over variables from makefile. Found by: -exp run for ports/153625 Notified by: gerald
Notes
Notes: svn path=/head/; revision=267621
Diffstat (limited to 'devel/hp48xgcc')
-rw-r--r--devel/hp48xgcc/files/patch-Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/hp48xgcc/files/patch-Makefile b/devel/hp48xgcc/files/patch-Makefile
index e6bda877f5a4..dbce6d9bbab8 100644
--- a/devel/hp48xgcc/files/patch-Makefile
+++ b/devel/hp48xgcc/files/patch-Makefile
@@ -1,5 +1,5 @@
--- Makefile.orig Thu Nov 7 18:58:32 1996
-+++ Makefile Mon Feb 20 18:49:33 2006
++++ Makefile Tue Jan 11 12:03:57 2011
@@ -34,40 +34,43 @@
CLASS_SRC = ./class
MKDIRHIER = mkdir -p
@@ -36,8 +36,9 @@
+usr-tree: FORCE
+ cd $(GCC_SRC); perl -e $(USR_TREE)
$(MAKE) -C $(GCC_SRC) $(GCC_MAKE_ARGS) xgcc cc1 cccp
- $(MAKE) -e -C $(CLASS_SRC)
+- $(MAKE) -e -C $(CLASS_SRC)
- $(MAKE) usr-tree1
++ $(MAKE) -C $(CLASS_SRC)
+ $(MAKE) -e -C objdump
usr-tree1: $(INSTLIB) $(INSTBIN) public-files \