From 4aaf4f9232f7d2d537951bad444339d5010f1d07 Mon Sep 17 00:00:00 2001 From: martynas Date: Tue, 9 Dec 2008 23:28:12 +0000 Subject: [PATCH] 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@ --- astro/libnova/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index 599d6933247..17c5df0fe1c 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -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