annotate src/poco-1-fix-mno-cygwin.patch @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
parents 99516e73b368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 1805
diff changeset
1 This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 See index.html for further information.
1805
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 --- a/build/config/MinGW-CrossEnv
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 +++ b/build/config/MinGW-CrossEnv
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 @@ -23,7 +23,7 @@ CXX = $(CROSSENV)-g++
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 LINK = $(CXX)
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 LIB = $(CROSSENV)-ar -cr
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 RANLIB = $(CROSSENV)-ranlib
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 -SHLIB = $(CXX) -shared -mno-cygwin -o $@ -Wl,--out-implib=$(dir $@)$(subst cyg,lib,$(basename $(notdir $@))).a
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 +SHLIB = $(CXX) -shared -o $@ -Wl,--out-implib=$(dir $@)$(subst cyg,lib,$(basename $(notdir $@))).a
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 SHLIBLN = $(POCO_BASE)/build/script/shlibln
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 STRIP =
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 DEP = $(POCO_BASE)/build/script/makedepend.gcc
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 @@ -68,7 +68,7 @@ RELEASEOPT_LINK = -O2
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 #
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 # System Specific Flags
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 #
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 -SYSFLAGS = -mno-cygwin -D_WIN32 -DMINGW32 -DWINVER=0x500 -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC -DPOCO_THREAD_STACK_SIZE -DFoundation_Config_INCLUDED
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20 +SYSFLAGS = -D_WIN32 -DMINGW32 -DWINVER=0x500 -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC -DPOCO_THREAD_STACK_SIZE -DFoundation_Config_INCLUDED
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 #
8b83f56d4334 corrections and improvements for package poco
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 # System Specific Libraries