pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gcc7snapshot: correct typo in patch



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Mon Oct 3 08:37:18 2016 +0300
Changeset:	7232b7222a2a5585284e06435711c8dfd4e4ddd7

Modified Files:
	gcc7snapshot/distinfo
	gcc7snapshot/patches/patch-gcc_config.gcc

Log Message:
gcc7snapshot: correct typo in patch

thanks Kai-Uwe Eckhart (PR 51523)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7232b7222a2a5585284e06435711c8dfd4e4ddd7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gcc7snapshot/distinfo                     | 2 +-
 gcc7snapshot/patches/patch-gcc_config.gcc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/gcc7snapshot/distinfo b/gcc7snapshot/distinfo
index d6aaa59..2688481 100644
--- a/gcc7snapshot/distinfo
+++ b/gcc7snapshot/distinfo
@@ -9,7 +9,7 @@ RMD160 (isl-0.14.tar.bz2) = 4c69d026b51561bc1948cb7db79331b78a9d2c39
 SHA512 (isl-0.14.tar.bz2) = 117c0c6f31d91a9284a8f54a748df6494ca2ac21507a45611e911403e9610579b9323ce624aea1de0b8089b3194e59d4364f01bdb71ddcf8f6c24c749d11c4b7
 Size (isl-0.14.tar.bz2) = 1399896 bytes
 SHA1 (patch-gcc_Makefile.in) = ce366a091960d335ecb022918e2f7bfc4e3fcccf
-SHA1 (patch-gcc_config.gcc) = 340681636c17b4923a2332297d7e5f37b9414866
+SHA1 (patch-gcc_config.gcc) = 0e44e9a5f5436a0684937acda2f6d3dcdfd4f591
 SHA1 (patch-gcc_config_netbsd-protos.h) = 6d28864b4ccc8c1a63fe28e43601b84b63a00633
 SHA1 (patch-gcc_config_netbsd-stdint.h) = 025fc883101a187e84ed4c0772406720d645d550
 SHA1 (patch-gcc_config_netbsd.c) = 3c09521e1803633a3643cf396a03f1f433ec869b
diff --git a/gcc7snapshot/patches/patch-gcc_config.gcc b/gcc7snapshot/patches/patch-gcc_config.gcc
index 73073b4..a66d1b7 100644
--- a/gcc7snapshot/patches/patch-gcc_config.gcc
+++ b/gcc7snapshot/patches/patch-gcc_config.gcc
@@ -14,7 +14,7 @@ $NetBSD: patch-gcc_config.gcc,v 1.2 2014/12/17 21:51:02 keckhardt Exp $
  
 +  # cabs/cabsf are renamed to __c99_cabs/cabsf
 +  tm_p_file="${tm_p_file} netbsd-protos.h"
-+  target_gtfiles="${tm_p_file} \$(srcdir)/config/netbsd.c"
++  target_gtfiles="${target_gtfiles} \$(srcdir)/config/netbsd.c"
 +  extra_objs="${extra_objs} netbsd.o"
 +
    # NetBSD 2.0 and later get POSIX threads enabled by default.


Home | Main Index | Thread Index | Old Index