view gnu/make/patch-default.patch @ 1161:5558404cccd4

kde/kross: initial import, closes #2408
author David Demelier <markand@malikania.fr>
date Mon, 07 Oct 2019 20:05:00 +0200
parents 3a40c84f9253
children 680899f86785
line wrap: on
line source

--- default.c.orig	2019-09-20 14:59:27.355416896 +0200
+++ default.c	2019-09-20 15:00:13.339418309 +0200
@@ -529,9 +529,9 @@
 # endif /* __MSDOS__ */
     "OBJC", "gcc",
 #else
-    "CC", "cc",
-    "CXX", "g++",
-    "OBJC", "cc",
+    "CC", "@CC@",
+    "CXX", "@CXX@",
+    "OBJC", "@CC@",
 #endif
 
     /* This expands to $(CO) $(COFLAGS) $< $@ if $@ does not exist,