svn commit: r323577 - head/cad/pdnmesh

John Marino marino at FreeBSD.org
Wed Jul 24 08:10:12 UTC 2013


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


More information about the svn-ports-all mailing list