diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-05-02 11:36:59 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-05-02 11:36:59 (GMT) |
commit | 1ca4d90c7a0eae9be995627bcd1fff915b294929 (patch) | |
tree | be53f7fbddc9aabf3545ebbe9bd24b2c0e08fef0 | |
parent | 225212c5e1548e4853912db44810e95c825314dd (diff) | |
download | mxe-1ca4d90c7a0eae9be995627bcd1fff915b294929.zip mxe-1ca4d90c7a0eae9be995627bcd1fff915b294929.tar.gz mxe-1ca4d90c7a0eae9be995627bcd1fff915b294929.tar.bz2 |
various packages: fix references to mingw-cross-env and doc/index.html
-rw-r--r-- | src/apr-util.mk | 4 | ||||
-rw-r--r-- | src/apr.mk | 4 | ||||
-rw-r--r-- | src/gnutls-1-fixes.patch | 2 | ||||
-rw-r--r-- | src/libmodplug.mk | 4 | ||||
-rw-r--r-- | src/log4cxx-1-gcc.4.4.patch | 2 | ||||
-rw-r--r-- | src/log4cxx-2-pkgconfig.patch | 2 | ||||
-rw-r--r-- | src/log4cxx-3-warnings.patch | 2 | ||||
-rw-r--r-- | src/log4cxx-4-mingw.definitions.patch | 2 | ||||
-rw-r--r-- | src/log4cxx.mk | 4 | ||||
-rw-r--r-- | src/ncurses.mk | 4 | ||||
-rw-r--r-- | src/sox.mk | 4 |
11 files changed, 17 insertions, 17 deletions
diff --git a/src/apr-util.mk b/src/apr-util.mk index 5cb542e..e34c933 100644 --- a/src/apr-util.mk +++ b/src/apr-util.mk @@ -1,5 +1,5 @@ -# This file is part of mxe. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. PKG := apr-util $(PKG)_IGNORE := 1.4.1 @@ -1,5 +1,5 @@ -# This file is part of mxe. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. PKG := apr $(PKG)_IGNORE := 1.4.6 diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch index aacd8f8..d6cebbc 100644 --- a/src/gnutls-1-fixes.patch +++ b/src/gnutls-1-fixes.patch @@ -31,7 +31,7 @@ index c45f8f3..57d0dbb 100644 From e90e7ac3a472b0bef5475966ac06d7f2f12c712b Mon Sep 17 00:00:00 2001 From: Mark Brand <mabrand@mabrand.nl> Date: Thu, 24 Nov 2011 15:06:06 +0100 -Subject: [PATCH 2/3] disable doc and test (mingw-cross-env specific) +Subject: [PATCH 2/3] disable doc and test (MXE specific) --- Makefile.am | 2 +- diff --git a/src/libmodplug.mk b/src/libmodplug.mk index f464dce..8f127fd 100644 --- a/src/libmodplug.mk +++ b/src/libmodplug.mk @@ -1,5 +1,5 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. # libmodplug PKG := libmodplug diff --git a/src/log4cxx-1-gcc.4.4.patch b/src/log4cxx-1-gcc.4.4.patch index b23fe53..51e8598 100644 --- a/src/log4cxx-1-gcc.4.4.patch +++ b/src/log4cxx-1-gcc.4.4.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. These changes have already been applied to log4cxx trunk to update inclusions for recent gcc's. diff --git a/src/log4cxx-2-pkgconfig.patch b/src/log4cxx-2-pkgconfig.patch index c66f1e9..d6b479e 100644 --- a/src/log4cxx-2-pkgconfig.patch +++ b/src/log4cxx-2-pkgconfig.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch ensures that the correct dependencies can always be found for static mingw builds. Not yet submitted upstream. diff --git a/src/log4cxx-3-warnings.patch b/src/log4cxx-3-warnings.patch index c6a65fc..9398354 100644 --- a/src/log4cxx-3-warnings.patch +++ b/src/log4cxx-3-warnings.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Already applied to log4cxx trunk. diff --git a/src/log4cxx-4-mingw.definitions.patch b/src/log4cxx-4-mingw.definitions.patch index 2d83c92..584256c 100644 --- a/src/log4cxx-4-mingw.definitions.patch +++ b/src/log4cxx-4-mingw.definitions.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Fixes a problem with the mismatched calling conventions in apr and log4cxx. See http://www.mail-archive.com/log4cxx-user@logging.apache.org/msg02671.html diff --git a/src/log4cxx.mk b/src/log4cxx.mk index 190759d..d1a10ab 100644 --- a/src/log4cxx.mk +++ b/src/log4cxx.mk @@ -1,5 +1,5 @@ -# This file is part of mxe. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. PKG := log4cxx $(PKG)_IGNORE := diff --git a/src/ncurses.mk b/src/ncurses.mk index 44af7f6..7b9c949 100644 --- a/src/ncurses.mk +++ b/src/ncurses.mk @@ -1,5 +1,5 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. # ncurses PKG := ncurses @@ -1,5 +1,5 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. # sox PKG := sox |