/pidgin/main: c959cde2a7bd: Make it possible to build with recen...
Daniel Atallah
datallah at pidgin.im
Sat Jan 19 11:24:49 EST 2013
Changeset: c959cde2a7bdc6ece7dec30e332f638e366dce40
Author: Daniel Atallah <datallah at pidgin.im>
Date: 2013-01-19 11:22 -0500
Branch: release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/c959cde2a7bd
Description:
Make it possible to build with recent gcc versions out of the box on Windows.
* This is OK now because of the calling convention fixes from 6d93866a4a3f
diffstat:
libpurple/win32/global.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/libpurple/win32/global.mak b/libpurple/win32/global.mak
--- a/libpurple/win32/global.mak
+++ b/libpurple/win32/global.mak
@@ -90,7 +90,7 @@ endif
DEFINES += -DHAVE_CONFIG_H -DWIN32_LEAN_AND_MEAN
-CFLAGS += -O2 -Wall $(GCCWARNINGS) $(CC_HARDENING_OPTIONS) -pipe -mno-cygwin -mms-bitfields -g
+CFLAGS += -O2 -Wall $(GCCWARNINGS) $(CC_HARDENING_OPTIONS) -pipe -mms-bitfields -g
# If not specified, dlls are built with the default base address of 0x10000000.
# When loaded into a process address space a dll will be rebased if its base
More information about the Commits
mailing list