summaryrefslogtreecommitdiff
path: root/cad/pdnmesh
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-12-26 18:17:07 +0000
committerJohn Marino <marino@FreeBSD.org>2013-12-26 18:17:07 +0000
commit10515a73d1bb13e0a6bae881701ce5e519854810 (patch)
treea0b8993f8de74b4bf7e69d99aa7895f03f9f5eaf /cad/pdnmesh
parentb34a17e38789c56430809f454757e0f4f400149f (diff)
downloadfreebsd-ports-10515a73d1bb13e0a6bae881701ce5e519854810.zip
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.
Diffstat (limited to 'cad/pdnmesh')
-rw-r--r--cad/pdnmesh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile
index d95b0281b76d..8b720eda7323 100644
--- a/cad/pdnmesh/Makefile
+++ b/cad/pdnmesh/Makefile
@@ -21,6 +21,7 @@ USES= fortran pkgconfig
USE_GL= glu
USE_GNOME= gtk20
GNU_CONFIGURE= yes
+LDFLAGS+= -lm
DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" "true"