diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-15 22:13:42 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-15 22:13:42 +0000 |
commit | cb5d036e84c4ea8f350dfe8b54b378963dfb27c9 (patch) | |
tree | 442ffc3af51cc77786cb569d9025313022152fc6 /math/R | |
parent | 5d28505ee0b1441d5cccf27ac4e9e60e4da60e0c (diff) | |
download | ports-cb5d036e84c4ea8f350dfe8b54b378963dfb27c9.tar.gz ports-cb5d036e84c4ea8f350dfe8b54b378963dfb27c9.zip |
Notes
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 82cfb4618c59..f592d9639499 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -115,13 +115,13 @@ CONFIGURE_ENV += SHLIB_${flag}FLAGS="${PICFLAG}" .if ${PORT_OPTIONS:MMISSING} LIB_DEPENDS+= missing:${PORTSDIR}/math/libmissing -LIBM= -L${LOCALBASE}/lib -lmissing +LIBM= -lm -L${LOCALBASE}/lib -lmissing LIBMH= "missing_math.h" .if defined(LIBRMATH_SLAVEPORT) CPPFLAGS+= -I${LOCALBASE}/include .endif .else -LIBM= -lquadmath +LIBM= -lm -lquadmath LIBMH= <quadmath.h> .endif |