diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-19 04:18:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-19 04:18:18 +0000 |
commit | d75cec4fda69e9039908f03d7f726a6d512170c4 (patch) | |
tree | 2f753b6e54aef459f7ea2277a2444a74bfaff4e6 /devel/mingw32-gcc/files/patch-aa | |
parent | - set MANUAL_PACKAGE_BUILD (diff) |
[NEW PORT] devel/mingw32-gcc: new version of mingw32 toolchain for Windows target
This is gcc from latest mingw32-2.0.0 package. Here is old
port `devel/mingw-' from 1.0.0 package, but maintainer of
this old port syay, taht he don't want update it, because
new versions is not too stable. It is good idea, to have
old and stable environment (with old and good-known gcc-2.95,
etc) and new one. We have many versions of native gcc in
`lang/', for example.
PR: ports/44459
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru>
Notes
Notes:
svn path=/head/; revision=81332
Diffstat (limited to 'devel/mingw32-gcc/files/patch-aa')
-rw-r--r-- | devel/mingw32-gcc/files/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/mingw32-gcc/files/patch-aa b/devel/mingw32-gcc/files/patch-aa deleted file mode 100644 index 29cdf81e1bb9..000000000000 --- a/devel/mingw32-gcc/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- gcc/configure.orig Thu Aug 24 19:33:08 2000 -+++ gcc/configure Thu Aug 24 19:52:57 2000 -@@ -763,7 +763,7 @@ - gcc_gxx_include_dir='${libsubdir}/include/g++' - else - topsrcdir=${srcdir}/.. . ${srcdir}/../config.if -- gcc_gxx_include_dir="\$(libsubdir)/\$(unlibsubdir)/..\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/[^/]*|/..|g'\`/include/g++"-${libstdcxx_interface} -+ gcc_gxx_include_dir="\$(local_prefix)\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/[^/]*|/..|g'\`/include/g++"-${libstdcxx_interface} - fi - fi - -@@ -8530,7 +8530,7 @@ - # make and thus we'd get different behavior depending on where we built the - # sources. - if test x$exec_prefix = xNONE -o x$exec_prefix = x$prefix; then -- gcc_tooldir='$(libsubdir)/$(unlibsubdir)/../$(target_alias)' -+ gcc_tooldir='$(local_prefix)/$(target_alias)' - else - # An explanation of the sed strings: - # -e 's|^\$(prefix)||' matches and eliminates 'prefix' from 'exec_prefix' -@@ -8554,7 +8554,7 @@ - # /foo /foo/bar/ugg ../../ - # - dollar='$$' -- gcc_tooldir="\$(libsubdir)/\$(unlibsubdir)/\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/\$(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`\$(target_alias)" -+ gcc_tooldir="\$(libdir)/\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/\$(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`\$(target_alias)" - fi - - |