diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-18 08:44:18 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-11-19 00:29:22 (GMT) |
commit | cd1655c9ef429d8e3720e774f8af97c4cb380bd7 (patch) | |
tree | 37f93f8c105fbe72c6b76553f33821a0d22c82de /src/pire-1-fixes.patch | |
parent | 628590f62de2b42c5296a6e9d82acf13188db682 (diff) | |
download | mxe-cd1655c9ef429d8e3720e774f8af97c4cb380bd7.zip mxe-cd1655c9ef429d8e3720e774f8af97c4cb380bd7.tar.gz mxe-cd1655c9ef429d8e3720e774f8af97c4cb380bd7.tar.bz2 |
various packages: refresh patches
brings patches into common format to reduce noise in diffs
Diffstat (limited to 'src/pire-1-fixes.patch')
-rw-r--r-- | src/pire-1-fixes.patch | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/src/pire-1-fixes.patch b/src/pire-1-fixes.patch index 08b6a41..5d9a9e7 100644 --- a/src/pire-1-fixes.patch +++ b/src/pire-1-fixes.patch @@ -2,10 +2,10 @@ This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. -From 563abb90dd28a922b5da52c8adb9a296537bbf86 Mon Sep 17 00:00:00 2001 -From: MXE +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: "fix@me" <fix@me> Date: Sat, 25 Jul 2015 16:39:52 +0300 -Subject: [PATCH 1/2] remove custom isatty +Subject: [PATCH] remove custom isatty Fix the following problem: @@ -20,7 +20,7 @@ inline.lpp:40:12: note: previous declaration with 'C++' linkage make[5]: *** [inline.o] Error 1 diff --git a/pire/inline.lpp b/pire/inline.lpp -index e5f6b55..25ef388 100644 +index 1111111..2222222 100644 --- a/pire/inline.lpp +++ b/pire/inline.lpp @@ -36,10 +36,6 @@ ystring filename = ""; @@ -34,18 +34,15 @@ index e5f6b55..25ef388 100644 class Die { public: Die() { --- -2.3.2 (Apple Git-55) - -From de14f09bb7d7a37220aefb877c378ec445837486 Mon Sep 17 00:00:00 2001 -From: MXE +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: "fix@me" <fix@me> Date: Mon, 21 Sep 2015 18:41:12 +1000 -Subject: [PATCH 2/2] check for target AR +Subject: [PATCH] check for target AR diff --git a/configure.ac b/configure.ac -index e185cb9..86c5c1e 100644 +index 1111111..2222222 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_CONFIG_MACRO_DIR([m4]) @@ -56,6 +53,3 @@ index e185cb9..86c5c1e 100644 AC_PROG_CXX AC_PROG_CC AC_PROG_LEX --- -2.3.2 (Apple Git-55) - |