From owner-svn-ports-all@FreeBSD.ORG Wed Jul 24 08:10:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 896A8E07; Wed, 24 Jul 2013 08:10:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B683201A; Wed, 24 Jul 2013 08:10:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6O8ACdC069801; Wed, 24 Jul 2013 08:10:12 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6O8ACns069800; Wed, 24 Jul 2013 08:10:12 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307240810.r6O8ACns069800@svn.freebsd.org> From: John Marino Date: Wed, 24 Jul 2013 08:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323577 - head/cad/pdnmesh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 08:10:12 -0000 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