Date: Thu, 26 Dec 2013 18:17:07 +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: r337590 - head/cad/pdnmesh Message-ID: <201312261817.rBQIH71d011506@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Dec 26 18:17:07 2013 New Revision: 337590 URL: http://svnweb.freebsd.org/changeset/ports/337590 Log: cad/pdnmesh: Restore previous commit erased by r337036 tijl did a sweeping cleanup of pdnmesh on r337036, but he accidently removed the addition of -lm introduced in r32377 by myself. This is needed for newer gcc compilers using the latest binutils. This commit restores the LDFLAGS still needed. Modified: head/cad/pdnmesh/Makefile Modified: head/cad/pdnmesh/Makefile ============================================================================== --- head/cad/pdnmesh/Makefile Thu Dec 26 18:12:45 2013 (r337589) +++ head/cad/pdnmesh/Makefile Thu Dec 26 18:17:07 2013 (r337590) @@ -21,6 +21,7 @@ USES= fortran pkgconfig USE_GL= glu USE_GNOME= gtk20 GNU_CONFIGURE= yes +LDFLAGS+= -lm DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" "true"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261817.rBQIH71d011506>