svn commit: r342842 - head/math/gdcalc

John Marino marino at FreeBSD.org
Wed Feb 5 20:27:58 UTC 2014


Author: marino
Date: Wed Feb  5 20:27:57 2014
New Revision: 342842
URL: http://svnweb.freebsd.org/changeset/ports/342842
QAT: https://qat.redports.org/buildarchive/r342842/

Log:
  math/gdcalc: Explicitly link libmath (taken from dports)

Modified:
  head/math/gdcalc/Makefile

Modified: head/math/gdcalc/Makefile
==============================================================================
--- head/math/gdcalc/Makefile	Wed Feb  5 20:26:02 2014	(r342841)
+++ head/math/gdcalc/Makefile	Wed Feb  5 20:27:57 2014	(r342842)
@@ -1,6 +1,5 @@
 # Created by: Jan Srocker <Jan.Stocker at t-online.de>
 # $FreeBSD$
-#    $MCom: ports/math/gdcalc/Makefile,v 1.1 2006/10/04 15:51:37 ahze Exp $
 
 PORTNAME=	gdcalc
 PORTVERSION=	2.15
@@ -17,5 +16,7 @@ USES=		pkgconfig
 USE_GNOME=	gnomehier libgnomeui
 GNU_CONFIGURE=	yes
 
+LDFLAGS+=	-lm
+
 NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list