Date: Wed, 5 Feb 2014 20:27:58 +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: r342842 - head/math/gdcalc Message-ID: <201402052027.s15KRwmt027249@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052027.s15KRwmt027249>