Files
ports/science/nifticlib/files/patch-utils-Makefile
T
Raphael Kubo da Costa 2fc2a89f33 Pass -fPIC when building the port's static libraries.
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
2016-12-28 14:54:37 +00:00

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