From 880bb76de57a001f2afaea0b1ba3e4f5b36eec0e Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 3 Nov 2004 11:32:07 +0000 Subject: this needs libm on Solaris. --- converters/xlhtml/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'converters/xlhtml') diff --git a/converters/xlhtml/Makefile b/converters/xlhtml/Makefile index 249cc6b3ea1..783f31919a1 100644 --- a/converters/xlhtml/Makefile +++ b/converters/xlhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/09/02 05:03:23 cjs Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/03 11:32:07 grant Exp $ # DISTNAME= xlhtml-0.5 @@ -15,4 +15,7 @@ USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make +# fabs +LIBS.SunOS+= -lm + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3