diff options
author | marino <marino@FreeBSD.org> | 2014-06-05 18:20:49 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-05 18:20:49 +0000 |
commit | a9d29c7fdfd9b8bf64dc92cf21e6533244f15e54 (patch) | |
tree | 8b8b9c908a74e0a2065b3d22df6f29b70127ee3d | |
parent | c2fce5a0b1a1815dc0802369e8c06958ab99e4f5 (diff) | |
download | FreeBSD-ports-a9d29c7fdfd9b8bf64dc92cf21e6533244f15e54.zip FreeBSD-ports-a9d29c7fdfd9b8bf64dc92cf21e6533244f15e54.tar.gz |
devel/gnatcoll: LDFLAGS+= -lm (Fixes build on DF)
FreeBSD linker pulls in libmath indirectly, so this is a no-op on
standard configuration FreeBSD (all releases), but fixes DragonFly.
-rw-r--r-- | devel/gnatcoll/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gnatcoll/Makefile b/devel/gnatcoll/Makefile index ae46bb6..0783a3e 100644 --- a/devel/gnatcoll/Makefile +++ b/devel/gnatcoll/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp USES= ada gmake GNU_CONFIGURE= yes +LDFLAGS+= -lm PORTDOCS= html gnatcoll.pdf PORTEXAMPLES= * |