summaryrefslogtreecommitdiffstats
path: root/src/poco-1-fix-mno-cygwin.patch
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-09 00:11:29 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-09 00:28:37 (GMT)
commitf29c8cafc3072f9cf1e7a4a0b039ffad1037a39a (patch)
tree93e9749b8a0c784d0c178a380bea3b4d3babf511 /src/poco-1-fix-mno-cygwin.patch
parentc28b3ea9bc79e3736bc6bb3184041d35afe2930d (diff)
downloadmxe-f29c8cafc3072f9cf1e7a4a0b039ffad1037a39a.zip
mxe-f29c8cafc3072f9cf1e7a4a0b039ffad1037a39a.tar.gz
mxe-f29c8cafc3072f9cf1e7a4a0b039ffad1037a39a.tar.bz2
poco: Use system zlib etc. and enable on i686-w64-mingw32
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/poco-1-fix-mno-cygwin.patch')
-rw-r--r--src/poco-1-fix-mno-cygwin.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/poco-1-fix-mno-cygwin.patch b/src/poco-1-fix-mno-cygwin.patch
deleted file mode 100644
index e7a237a..0000000
--- a/src/poco-1-fix-mno-cygwin.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
---- a/build/config/MinGW-CrossEnv
-+++ b/build/config/MinGW-CrossEnv
-@@ -23,7 +23,7 @@ CXX = $(CROSSENV)-g++
- LINK = $(CXX)
- LIB = $(CROSSENV)-ar -cr
- RANLIB = $(CROSSENV)-ranlib
--SHLIB = $(CXX) -shared -mno-cygwin -o $@ -Wl,--out-implib=$(dir $@)$(subst cyg,lib,$(basename $(notdir $@))).a
-+SHLIB = $(CXX) -shared -o $@ -Wl,--out-implib=$(dir $@)$(subst cyg,lib,$(basename $(notdir $@))).a
- SHLIBLN = $(POCO_BASE)/build/script/shlibln
- STRIP =
- DEP = $(POCO_BASE)/build/script/makedepend.gcc
-@@ -68,7 +68,7 @@ RELEASEOPT_LINK = -O2
- #
- # System Specific Flags
- #
--SYSFLAGS = -mno-cygwin -D_WIN32 -DMINGW32 -DWINVER=0x500 -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC -DPOCO_THREAD_STACK_SIZE -DFoundation_Config_INCLUDED
-+SYSFLAGS = -D_WIN32 -DMINGW32 -DWINVER=0x500 -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC -DPOCO_THREAD_STACK_SIZE -DFoundation_Config_INCLUDED
-
- #
- # System Specific Libraries