pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/speex Fix build on 1.6.2/sparc64 by applying the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b107e70961e1
branches:  trunk
changeset: 480304:b107e70961e1
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Sep 05 18:06:40 2004 +0000

description:
Fix build on 1.6.2/sparc64 by applying the usual f77 workaround.
Closes PR pkg/26852.

diffstat:

 audio/speex/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 75a2927e1834 -r b107e70961e1 audio/speex/Makefile
--- a/audio/speex/Makefile      Sun Sep 05 17:00:06 2004 +0000
+++ b/audio/speex/Makefile      Sun Sep 05 18:06:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/07/23 15:48:47 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2004/09/05 18:06:40 snj Exp $
 #
 
 DISTNAME=      speex-1.0.4
@@ -19,6 +19,9 @@
 
 CONFIGURE_ARGS+=       --with-ogg-dir="${BUILDLINK_PREFIX.libogg}"
 
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+=         F77=${FALSE}
+
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index