mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a69e7e03ba
PR: ports/181287 Submitted by: Alexey Degtyarev <alexey@renatasystems.org>
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
--- Makefile.orig 2013-08-17 10:13:57.000000000 +0800
|
|
+++ Makefile 2013-08-17 10:14:10.000000000 +0800
|
|
@@ -1,5 +1,5 @@
|
|
-CC=gcc
|
|
-CFLAGS=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
|
|
+CC:=$(CC)
|
|
+CFLAGS:=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
|
|
|
|
OS := $(shell uname)
|
|
ifeq ($(OS),Linux)
|