svn commit: r356675 - head/devel/gnatcoll

John Marino marino at FreeBSD.org
Thu Jun 5 18:20:50 UTC 2014


Author: marino
Date: Thu Jun  5 18:20:49 2014
New Revision: 356675
URL: http://svnweb.freebsd.org/changeset/ports/356675
QAT: https://qat.redports.org/buildarchive/r356675/

Log:
  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.

Modified:
  head/devel/gnatcoll/Makefile

Modified: head/devel/gnatcoll/Makefile
==============================================================================
--- head/devel/gnatcoll/Makefile	Thu Jun  5 18:20:15 2014	(r356674)
+++ head/devel/gnatcoll/Makefile	Thu Jun  5 18:20:49 2014	(r356675)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/
 
 USES=		ada gmake
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-lm
 PORTDOCS=	html gnatcoll.pdf
 PORTEXAMPLES=	*
 


More information about the svn-ports-head mailing list