From 82604fdc8f02927c24e001b63ae7e0b6780a9bde Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 26 Dec 2013 18:17:07 +0000 Subject: 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. --- cad/pdnmesh/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'cad/pdnmesh') 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" -- cgit