This flag doesn't seem to prevent anything now from causing an error, this 
might be different for clang and yacc, but gcc worked fine, so I will only 
remove it on linux until further testing can be done.

Thank you for your time,
-Chase
From 0b376bb85cae0079b891cfa198b4dae1f8baeb2c Mon Sep 17 00:00:00 2001
From: chase <ch...@localhost.com>
Date: Sun, 24 Jun 2018 14:23:57 -0500
Subject: [PATCH 4/4] linux.cf: Remove permissive flag

---
 cde/config/cf/linux.cf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cde/config/cf/linux.cf b/cde/config/cf/linux.cf
index a5d5c937..bca21fb2 100644
--- a/cde/config/cf/linux.cf
+++ b/cde/config/cf/linux.cf
@@ -74,7 +74,7 @@ XCOMM binutils:  (LinuxBinUtilsMajorVersion)
 
 #define UseInstalledX11         YES
 
-#define BuildLibPathVar   	LD_LIBRARY_PATH
+#define BuildLibPathVar		LD_LIBRARY_PATH
 #define HasGcc			YES
 #define HasGcc2			YES
 #define HasGcc2ForCplusplus	YES
@@ -112,7 +112,7 @@ XCOMM binutils:  (LinuxBinUtilsMajorVersion)
 #define SetTtyGroup		YES
 
 #define CcCmd			gcc -g -pipe
-#define CplusplusCmd		g++ -g -pipe -fpermissive
+#define CplusplusCmd		g++ -g -pipe
 #define AsCmd			as
 #define LdCmd			ld
 
-- 
2.17.1

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to