diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2015-12-24 21:55:13 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2015-12-24 21:55:13 (GMT) |
commit | 2031b976aebe14bf6b5a794fc32d049c6117c16b (patch) | |
tree | 2dc57faf21bbc02db02bb50d5b19a6a9e1ceb2bd /src/freeimage-2-fixes.patch | |
parent | 81b2ab23425d13b575721cda36a5f361712fd7d2 (diff) | |
download | mxe-2031b976aebe14bf6b5a794fc32d049c6117c16b.zip mxe-2031b976aebe14bf6b5a794fc32d049c6117c16b.tar.gz mxe-2031b976aebe14bf6b5a794fc32d049c6117c16b.tar.bz2 |
freeimage: consolidate patches
Diffstat (limited to 'src/freeimage-2-fixes.patch')
-rw-r--r-- | src/freeimage-2-fixes.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/freeimage-2-fixes.patch b/src/freeimage-2-fixes.patch deleted file mode 100644 index 6ea967a..0000000 --- a/src/freeimage-2-fixes.patch +++ /dev/null @@ -1,18 +0,0 @@ -This file is part of MXE. -See index.html for further information. - -Add the FREEIMAGE_LIB define in order to keep the build process from defining -dllspec specifications. - -diff -ur a/Makefile.fip b/Makefile.fip ---- a/Makefile.fip 2010-12-09 15:12:12.000000000 +0100 -+++ b/Makefile.fip 2015-12-22 13:24:33.071944345 +0100 -@@ -17,7 +17,7 @@ - MODULES := $(MODULES:.cpp=.o)
- CFLAGS ?= -O3 -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS
- CFLAGS += $(INCLUDE)
--CXXFLAGS ?= -O3 -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy
-+CXXFLAGS ?= -O3 -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -DFREEIMAGE_LIB
- CXXFLAGS += $(INCLUDE)
-
- ifeq ($(shell sh -c 'uname -m 2>/dev/null || echo not'),x86_64)
|