Don't pass -ansi to gcc, we need POSIX interfaces too...
This commit is contained in:
parent
4c57393d4c
commit
8455fdf764
@ -1,6 +1,15 @@
|
||||
$OpenBSD: patch-Xvnc_config_cf_OpenBSD_cf,v 1.2 2003/08/31 21:51:01 naddy Exp $
|
||||
--- Xvnc/config/cf/OpenBSD.cf.orig 2000-06-11 14:00:51.000000000 +0200
|
||||
+++ Xvnc/config/cf/OpenBSD.cf 2003-08-31 23:23:44.000000000 +0200
|
||||
$OpenBSD: patch-Xvnc_config_cf_OpenBSD_cf,v 1.3 2005/05/27 23:17:06 millert Exp $
|
||||
--- Xvnc/config/cf/OpenBSD.cf.orig Sun Jun 11 06:00:51 2000
|
||||
+++ Xvnc/config/cf/OpenBSD.cf Fri May 27 15:48:16 2005
|
||||
@@ -67,7 +67,7 @@ XCOMM operating system: OSName (OSMajor
|
||||
#if defined(UseInstalled) && (!defined(XF86LinkKit) || !XF86LinkKit)
|
||||
#define DefaultCCOptions /**/
|
||||
#else
|
||||
-#define DefaultCCOptions -ansi -Dasm=__asm
|
||||
+#define DefaultCCOptions -Dasm=__asm
|
||||
#endif
|
||||
|
||||
#define GccGasOption -DGCCUSESGAS
|
||||
@@ -105,6 +105,25 @@ XCOMM operating system: OSName (OSMajor
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user