Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37523384
en ru br
ALT Linux repositórios
S:5.7-alt1
5.0: 5.5-alt2.1
4.1: 5.5-alt2
4.0: 5.5-alt2
3.0: 5.5-alt1

Group :: Editores
RPM: nedit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 0001-Force-C89-on-gcc-linux-to-prevent-accidental-changes.patch
Download


From 838292fe4034fc4ab4567f1d87193a4e6a57eca0 Mon Sep 17 00:00:00 2001
From: Scott Tringali <tringali@users.sf.net>
Date: Tue, 7 Feb 2017 21:31:00 -0500
Subject: [PATCH] Force C89 on gcc/linux to prevent accidental changes to
 C90/GNU dialect
---
 makefiles/Makefile.linux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefiles/Makefile.linux b/makefiles/Makefile.linux
index b6e9556..32d3f04 100644
--- a/makefiles/Makefile.linux
+++ b/makefiles/Makefile.linux
@@ -17,7 +17,7 @@ AR=ar
 # To test if the Motif library exports the runtime version
 # add -DHAVE__XMVERSIONSTRING to CFLAGS
 #
-CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
+CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -ansi -U__STRICT_ANSI__
 
 ARFLAGS=-urs
 
-- 
2.9.3
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009