summaryrefslogtreecommitdiff
path: root/audio/esound
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2006-12-02 22:50:20 +0000
committerjschauma <jschauma@pkgsrc.org>2006-12-02 22:50:20 +0000
commite89e3be010f2e9042b72533a50fbac3efb21f9fd (patch)
tree55770640b9200fade5a09d5a7a99e0bd939687b6 /audio/esound
parent721b60b433c2f8906e5064206e90937b196829ca (diff)
downloadpkgsrc-e89e3be010f2e9042b72533a50fbac3efb21f9fd.tar.gz
it appears that under IRIX, we need to explicitly link against -lm.
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index 170357a687b..f27cf3c3292 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -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_SED.oss= -e 's,-lossaudio,${LIBOSSAUDIO},g'
SUBST_MESSAGE.oss= Fixing oss.
.endif
+LDFLAGS.IRIX+= -lm
+
.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"