[xorg-commit-diffs] xc/config/cf cygwin.cf, 1.1.4.1.2.24, 1.1.4.1.2.25

Harold L Hunt II xorg-commit at pdx.freedesktop.org
Sun Mar 28 19:48:25 PST 2004


Committed by: harold

Update of /cvs/xorg/xc/config/cf
In directory pdx:/tmp/cvs-serv4569

Modified Files:
      Tag: CYGWIN
	cygwin.cf 
Log Message:
Fix build bustage from XResExtension not being defined where Xserver/dix/ could see it.

Index: cygwin.cf
===================================================================
RCS file: /cvs/xorg/xc/config/cf/cygwin.cf,v
retrieving revision 1.1.4.1.2.24
retrieving revision 1.1.4.1.2.25
diff -u -d -r1.1.4.1.2.24 -r1.1.4.1.2.25
--- a/cygwin.cf	27 Mar 2004 19:50:43 -0000	1.1.4.1.2.24
+++ b/cygwin.cf	27 Mar 2004 21:00:44 -0000	1.1.4.1.2.25
@@ -226,7 +226,8 @@
 #define StandardDefines		-D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE \
 				-D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE \
 				-D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE \
-				-D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256
+				-D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 \
+				-DXResExtension
 #define XawI18nDefines		-DHAS_WCHAR_H -DHAS_WCTYPE_H \
 				-DHAS_ISW_FUNCS -DNO_WIDEC_H
 #define StandardCppOptions	-traditional




More information about the xorg-commit-diffs mailing list