make it build with the new libm by removing the "cheat until we get

long double trigonometry" part workaround.  caught by sthen@'s bulk build
ok sthen@
This commit is contained in:
martynas 2008-12-09 23:28:12 +00:00
parent f2f2e20c31
commit 4aaf4f9232

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/08 23:25:56 espie Exp $
# $OpenBSD: Makefile,v 1.2 2008/12/09 23:28:12 martynas Exp $
COMMENT = astronomic computations as a library
@ -6,6 +6,7 @@ CATEGORIES = astro devel
HOMEPAGE = http://libnova.sourceforge.net/
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libnova/}
DISTNAME = libnova-0.12.1
PKGNAME = ${DISTNAME}p0
SHARED_LIBS += nova 0.0 # .1.0
@ -19,9 +20,6 @@ CONFIGURE_STYLE = gnu
USE_LIBTOOL = Yes
SEPARATE_BUILD = simple
# cheat until we get long double trigonometry
MAKE_FLAGS = CPPFLAGS='-Dcosl=cos -Dsinl=sin -Dacosl=acos -Dasinl=asin -Datan2l=atan2'
WANTLIB += c m
.include <bsd.port.mk>