pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/lame Solaris needs -lm



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e5e94a4ab7a
branches:  trunk
changeset: 463332:5e5e94a4ab7a
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Nov 06 18:31:08 2003 +0000

description:
Solaris needs -lm

diffstat:

 audio/lame/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r df85f972526d -r 5e5e94a4ab7a audio/lame/Makefile
--- a/audio/lame/Makefile       Thu Nov 06 18:26:46 2003 +0000
+++ b/audio/lame/Makefile       Thu Nov 06 18:31:08 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/09/28 09:13:55 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2003/11/06 18:31:08 gavan Exp $
 #
 
 VERS=          3.93.1
@@ -24,6 +24,8 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-vorbis
 
+LDFLAGS.SunOS+=                -lm
+
 .include "../../mk/bsd.prefs.mk"
 
 .if defined(LAME_USE_GTK)



Home | Main Index | Thread Index | Old Index