svn commit: r361061 - head/sysutils/gdmap

John Marino marino at FreeBSD.org
Mon Jul 7 12:31:13 UTC 2014


Author: marino
Date: Mon Jul  7 12:31:13 2014
New Revision: 361061
URL: http://svnweb.freebsd.org/changeset/ports/361061
QAT: https://qat.redports.org/buildarchive/r361061/

Log:
  sysutils/gdmap: explicitly link libm (from dports)

Modified:
  head/sysutils/gdmap/Makefile

Modified: head/sysutils/gdmap/Makefile
==============================================================================
--- head/sysutils/gdmap/Makefile	Mon Jul  7 12:29:20 2014	(r361060)
+++ head/sysutils/gdmap/Makefile	Mon Jul  7 12:31:13 2014	(r361061)
@@ -19,7 +19,7 @@ USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lm
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-all mailing list