pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/xlhtml this needs libm on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e155c239a88b
branches:  trunk
changeset: 482800:e155c239a88b
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Nov 03 11:32:07 2004 +0000

description:
this needs libm on Solaris.

diffstat:

 converters/xlhtml/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 35161125230e -r e155c239a88b converters/xlhtml/Makefile
--- a/converters/xlhtml/Makefile        Wed Nov 03 11:30:15 2004 +0000
+++ b/converters/xlhtml/Makefile        Wed Nov 03 11:32:07 2004 +0000
@@ -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 @@
 GNU_CONFIGURE=         YES
 USE_GNU_TOOLS+=                make
 
+# fabs
+LIBS.SunOS+=           -lm
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index