1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/archivers/lz4/files/patch-Makefile
Vanilla I. Shu a69e7e03ba Add lz4 r101, fast compressor using LZ4 algorithm.
PR:		ports/181287
Submitted by:	Alexey Degtyarev <alexey@renatasystems.org>
2013-08-17 02:24:38 +00:00

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)