freebsd-ports/science/nifticlib/files/patch-examples-Makefile
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

8 lines
165 B
Text

--- examples/Makefile.orig 2009-04-14 14:47:16 UTC
+++ examples/Makefile
@@ -1,4 +1,4 @@
-CC = gcc
+CC ?= gcc
CFLAGS = -ansi -pedantic
FSLIO_INCS = -I../include