diff options
author | jdp <jdp@FreeBSD.org> | 2003-04-21 02:52:30 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2003-04-21 02:52:30 +0800 |
commit | b56e4c32a3a7cb1cbcf2ce20d4ee636d3cb76832 (patch) | |
tree | 5e841a10ca6f48774da7a39dc41a66fbda6d7e79 /lang/ezm3 | |
parent | 9b776c340a162fcca5bc92996f0ffe646fe2b20a (diff) | |
download | freebsd-ports-gnome-b56e4c32a3a7cb1cbcf2ce20d4ee636d3cb76832.tar.gz freebsd-ports-gnome-b56e4c32a3a7cb1cbcf2ce20d4ee636d3cb76832.tar.zst freebsd-ports-gnome-b56e4c32a3a7cb1cbcf2ce20d4ee636d3cb76832.zip |
Add a patch to work around a strange environment-related gmake bogon
on the sparc64 platform.
Submitted by: Jake Burkholder <jake@FreeBSD.org>
Diffstat (limited to 'lang/ezm3')
-rw-r--r-- | lang/ezm3/files/patch-eb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/ezm3/files/patch-eb b/lang/ezm3/files/patch-eb new file mode 100644 index 000000000000..392092b86d80 --- /dev/null +++ b/lang/ezm3/files/patch-eb @@ -0,0 +1,17 @@ +This patch is to work around some strange gmake environment-related +bogons on the FreeBSD/sparc64 platform. It doesn't really fix a +bug in the ezm3 port. + +--- language/modula3/m3compiler/m3cc/gcc/gcc/Makefile.in.orig Fri Apr 18 14:31:46 2003 ++++ language/modula3/m3compiler/m3cc/gcc/gcc/Makefile.in Fri Apr 18 14:32:11 2003 +@@ -690,8 +690,8 @@ + -e 's|%% *|../|g' \ + -e 's|%||g' + SUBDIR_FLAGS_TO_PASS = $(ORDINARY_FLAGS_TO_PASS) \ +- "CC=`echo @quoted_cc_set_by_configure@ | $(PREPEND_DOTDOT_TO_RELATIVE_PATHS)`" \ +- "STAGE_PREFIX=`echo @quoted_stage_prefix_set_by_configure@ | $(PREPEND_DOTDOT_TO_RELATIVE_PATHS)`" ++ "CC=`echo @quoted_cc_set_by_configure@ | $(PREPEND_DOTDOT_TO_RELATIVE_PATHS)`" ++ + # + # Lists of files for various purposes. + |