diff options
author | John Marino <marino@FreeBSD.org> | 2013-07-24 08:10:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-07-24 08:10:12 +0000 |
commit | f24aed2e655767d630543304d5bed3593279722e (patch) | |
tree | 52f492adafc4548186b4f747db9f4719b742d4bc /cad | |
parent | 2572affa46367ba0cb25b16fd77fff9315c634f5 (diff) | |
download | freebsd-ports-f24aed2e655767d630543304d5bed3593279722e.zip |
cad/pdnmesh: Specify libmath explicitly to linker to unbreak build.
Approved by: culot (mentor)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pdnmesh/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index afc040d2a0a6..f99cbbdebbac 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -25,8 +25,6 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ OPTIONS_DEFINE= ATLAS DOCS EXAMPLES ATLAS_DESC= Enable ATLAS support -BROKEN= Does not build - USES= pkgconfig gettext iconv USE_FORTRAN= yes USE_GL= glu @@ -34,10 +32,9 @@ USE_GNOME= gdkpixbuf2 gtk20 USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \ xext xfixes xmu xi xinerama xrandr xrender xt xxf86vm GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lm MAN1= pdnmesh.1 MAN5= pdnmesh_input.5 |