diff options
author | marino <marino@FreeBSD.org> | 2013-07-24 16:10:12 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-24 16:10:12 +0800 |
commit | d3af47739065bed5ec83475f401dc73834e02bb8 (patch) | |
tree | 52f492adafc4548186b4f747db9f4719b742d4bc /cad/pdnmesh | |
parent | 15a8aa0485447b5a6476f2098ebc1ce78241d3a6 (diff) | |
download | freebsd-ports-gnome-d3af47739065bed5ec83475f401dc73834e02bb8.tar.gz freebsd-ports-gnome-d3af47739065bed5ec83475f401dc73834e02bb8.tar.zst freebsd-ports-gnome-d3af47739065bed5ec83475f401dc73834e02bb8.zip |
cad/pdnmesh: Specify libmath explicitly to linker to unbreak build.
Approved by: culot (mentor)
Diffstat (limited to 'cad/pdnmesh')
-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 |