diff options
author | marino <marino@FreeBSD.org> | 2013-12-27 02:17:07 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-12-27 02:17:07 +0800 |
commit | 82604fdc8f02927c24e001b63ae7e0b6780a9bde (patch) | |
tree | a0b8993f8de74b4bf7e69d99aa7895f03f9f5eaf /cad/pdnmesh | |
parent | c2e8aa138a62634ff098574a11e21fc4176cc6e0 (diff) | |
download | freebsd-ports-gnome-82604fdc8f02927c24e001b63ae7e0b6780a9bde.tar.gz freebsd-ports-gnome-82604fdc8f02927c24e001b63ae7e0b6780a9bde.tar.zst freebsd-ports-gnome-82604fdc8f02927c24e001b63ae7e0b6780a9bde.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/Makefile | 1 |
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" |