diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-24 05:01:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-24 05:01:54 +0000 |
commit | f9c6b30c5392f000145c24cf260c5b9d4e74e1e7 (patch) | |
tree | c43f1a34690ab0996b7a5fdc2a048ce872bd5df5 /science | |
parent | a21ce18417aeedd4446819932730f4bdd6647c1c (diff) | |
download | ports-f9c6b30c5392f000145c24cf260c5b9d4e74e1e7.tar.gz ports-f9c6b30c5392f000145c24cf260c5b9d4e74e1e7.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/udunits/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/udunits/Makefile b/science/udunits/Makefile index 3a865aa79e23..a1d1f51e3859 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 OPTIONS_DEFINE= DOCS CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -fPIC -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} |