Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2013 08:10:12 +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: r323577 - head/cad/pdnmesh
Message-ID:  <201307240810.r6O8ACns069800@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Jul 24 08:10:12 2013
New Revision: 323577
URL: http://svnweb.freebsd.org/changeset/ports/323577

Log:
  cad/pdnmesh: Specify libmath explicitly to linker to unbreak build.
  
  Approved by:	culot (mentor)

Modified:
  head/cad/pdnmesh/Makefile

Modified: head/cad/pdnmesh/Makefile
==============================================================================
--- head/cad/pdnmesh/Makefile	Wed Jul 24 08:08:53 2013	(r323576)
+++ head/cad/pdnmesh/Makefile	Wed Jul 24 08:10:12 2013	(r323577)
@@ -25,8 +25,6 @@ LIB_DEPENDS=	pthread-stubs:${PORTSDIR}/d
 OPTIONS_DEFINE=	ATLAS DOCS EXAMPLES
 ATLAS_DESC=	Enable ATLAS support
 
-BROKEN=		Does not build
-
 USES=		pkgconfig gettext iconv
 USE_FORTRAN=	yes
 USE_GL=		glu
@@ -34,10 +32,9 @@ USE_GNOME=	gdkpixbuf2 gtk20
 USE_XORG=	ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \
 		xext xfixes xmu xi xinerama xrandr xrender xt xxf86vm
 GNU_CONFIGURE=	yes
-MAKE_JOBS_SAFE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lm
 
 MAN1=		pdnmesh.1
 MAN5=		pdnmesh_input.5



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