pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/sablotron At least on -current, we still need...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3f5f32626dd
branches:  trunk
changeset: 462833:d3f5f32626dd
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Wed Oct 15 15:16:32 2003 +0000

description:
At least on -current, we still need -lm with -lstdc++.

diffstat:

 textproc/sablotron/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f17ae958cb0b -r d3f5f32626dd textproc/sablotron/Makefile
--- a/textproc/sablotron/Makefile       Wed Oct 15 02:25:38 2003 +0000
+++ b/textproc/sablotron/Makefile       Wed Oct 15 15:16:32 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/10/11 13:40:19 grant Exp $
+# $NetBSD: Makefile,v 1.20 2003/10/15 15:16:32 jwise Exp $
 
 DISTNAME=              Sablot-1.0
 PKGNAME=               ${DISTNAME:S/Sablot/sablotron/}
@@ -34,7 +34,7 @@
 .elif !empty(CC_VERSION:Mgcc-2*)
 LIBS+=                 -lstdc++ -lm
 .elif !empty(CC_VERSION:Mgcc-3*)
-LIBS+=                 -lstdc++
+LIBS+=                 -lstdc++ -lm
 .endif
 
 .include "../../converters/libiconv/buildlink2.mk"



Home | Main Index | Thread Index | Old Index