2fc2a89f33
This makes it possible to use those libraries with shared libraries on at least amd64. While here, set LICENSE and drop MAKE_JOBS_UNSAFE. PR: 209982 Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer) MFH: 2016Q4
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
--- utils/Makefile.orig 2007-05-17 20:18:44 UTC
|
|
+++ utils/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-CC = gcc
|
|
-CFLAGS = -ansi -pedantic
|
|
+CC ?= gcc
|
|
+CFLAGS ?= -ansi -pedantic
|
|
|
|
FSLIO_INCS = -I../include
|
|
NIFTI_INCS = -I../include
|