mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
69f9d7e451
Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14924
11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
--- Makefile.orig 2015-07-27 18:28:54 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-CC=gcc
|
|
-CFLAGS= -W -O2 -Wall -Wno-self-assign -Wno-unused-function
|
|
+CC?=gcc
|
|
+CFLAGS?= -W -O2 -Wall -Wno-self-assign -Wno-unused-function
|
|
DFLAGS= -D_FILE_OFFSET_BITS=64
|
|
GLIBS=-lm
|
|
GENERIC_SRC= string.h bitvec.h file_reader.h hashset.h sort.h list.h dna.h heap.h stdaln.h vector.h
|