emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/ns-gitlab-ci 445d18f: Another attempt to fix the GNUstep build


From: Alan Third
Subject: scratch/ns-gitlab-ci 445d18f: Another attempt to fix the GNUstep build
Date: Thu, 27 Aug 2020 16:26:10 -0400 (EDT)

branch: scratch/ns-gitlab-ci
commit 445d18f97350d502067972d4291b9224b2f9d3c1
Author: Alan Third <alan@idiocy.org>
Commit: Alan Third <alan@idiocy.org>

    Another attempt to fix the GNUstep build
    
    * configure.ac (NS_IMPL_GNUSTEP): Try gnu99 instead of c99.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b2dc713..6c30903 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3934,7 +3934,7 @@ if test "${HAVE_NS}" = "yes"; then
       # FIXME: are all these flags really needed?  Document here why.  */
       GNUSTEP_CFLAGS="-D_REENTRANT -fPIC -fno-strict-aliasing 
-I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
       ## Extra CFLAGS applied to src/*.m files.
-      GNU_OBJC_CFLAGS="$GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import 
-fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 
-DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE -std=c99"
+      GNU_OBJC_CFLAGS="$GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import 
-fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 
-DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE -std=gnu99"
     fi
   fi
   OTHER_FILES=ns-app



reply via email to

[Prev in Thread] Current Thread [Next in Thread]