diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-09 22:19:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-09 22:19:46 +0000 |
commit | 27bb9553528e4e5c7565e3427708fcb5dcd6acb6 (patch) | |
tree | bc0c8ec36cc1ddcd6d88eb996c83de6d81633d06 /lang/ezm3/files/patch-eb | |
parent | Upgrade from 2.8.11 to 2.8.14. (diff) |
Remove unstaged lang/ezm3 and three cvsup* ports as casualties
Notes
Notes:
svn path=/head/; revision=367787
Diffstat (limited to 'lang/ezm3/files/patch-eb')
-rw-r--r-- | lang/ezm3/files/patch-eb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/ezm3/files/patch-eb b/lang/ezm3/files/patch-eb deleted file mode 100644 index da55f4bbc8ac..000000000000 --- a/lang/ezm3/files/patch-eb +++ /dev/null @@ -1,17 +0,0 @@ -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 -@@ -691,8 +691,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. - |