about summary refs log tree commit diff
path: root/pkgs/applications/science/math/eukleides/use-CC.patch
blob: 08bd71ec9dc599901a23252d06b843ef5ffe01f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/build/Makefile
+++ b/build/Makefile
@@ -11,7 +11,7 @@ LEX = flex
 LFLAGS = -8
 YACC = bison
 YFLAGS = -d
-CC = gcc
+CC ?= gcc
 IFLAGS = -I$(COMMON_DIR) -I$(MAIN_DIR) -I$(BUILD_DIR) 
 ifneq ($(strip $(LOCALES)),)
 MOFLAGS = -DMO_DIR=\"$(MO_DIR)\"