pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/esound it appears that under IRIX, we need to ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2f6f51e1b31
branches:  trunk
changeset: 522098:e2f6f51e1b31
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sat Dec 02 22:50:20 2006 +0000

description:
it appears that under IRIX, we need to explicitly link against -lm.

diffstat:

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

diffs (17 lines):

diff -r d5bcff56aafa -r e2f6f51e1b31 audio/esound/Makefile
--- a/audio/esound/Makefile     Sat Dec 02 22:32:59 2006 +0000
+++ b/audio/esound/Makefile     Sat Dec 02 22:50:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2006/11/05 17:14:19 joerg Exp $
+# $NetBSD: Makefile,v 1.65 2006/12/02 22:50:20 jschauma Exp $
 
 DISTNAME=              esound-0.2.36
 PKGREVISION=           1
@@ -38,5 +38,7 @@
 SUBST_MESSAGE.oss=     Fixing oss.
 .endif
 
+LDFLAGS.IRIX+=         -lm
+
 .include "../../audio/libaudiofile/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index