svn commit: r337590 - head/cad/pdnmesh
John Marino
marino at FreeBSD.org
Thu Dec 26 18:17:08 UTC 2013
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"
More information about the svn-ports-all
mailing list