Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 12:31:13 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361061 - head/sysutils/gdmap
Message-ID:  <201407071231.s67CVDKW055584@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407071231.s67CVDKW055584>