View | Details | Raw Unified | Return to bug 172609
Collapse All | Expand All

(-)audio/oss/files/patch-setup-srcconf.c (+9 lines)
Lines 9-11 Link Here
9
 	}
9
 	}
10
 
10
 
11
       if (strcmp (line, "project") == 0)
11
       if (strcmp (line, "project") == 0)
12
@@ -913,7 +913,7 @@
13
   if (config_phpmake)
14
      fprintf (f, "<?php require getenv(\"PHPMAKE_LIBPATH\") . \"library.php\"; phpmake_makefile_top_rules(); ?>\n");
15
 
16
-  fprintf (f, "CC=%s\n", conf.ccomp);
17
+  fprintf (f, "CC=%s\n", targetcc);
18
   // fprintf (f, "LD=ld\n");
19
   fprintf (f, "HOSTCC=%s\n", hostcc);
20
   fprintf (f, "CPLUSPLUS=%s\n", conf.cplusplus);

Return to bug 172609