pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/flac Fix build on i386 Mac OS X 10.4.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c16c350bacf
branches:  trunk
changeset: 517960:1c16c350bacf
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun Aug 27 03:00:19 2006 +0000

description:
Fix build on i386 Mac OS X 10.4.7.

diffstat:

 audio/flac/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 2637800f0248 -r 1c16c350bacf audio/flac/Makefile
--- a/audio/flac/Makefile       Sun Aug 27 02:25:49 2006 +0000
+++ b/audio/flac/Makefile       Sun Aug 27 03:00:19 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/08/02 21:22:26 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2006/08/27 03:00:19 ben Exp $
 
 DISTNAME=      flac-1.1.2
 PKGREVISION=   1
@@ -33,6 +33,10 @@
 .endif
 .endif
 
+.if !empty(MACHINE_PLATFORM:MDarwin-*-i386)
+CONFIGURE_ARGS+=       --disable-asm-optimizations
+.endif
+
 .include "../../mk/compiler.mk"
 
 # This version of flac doesn't seem to build correctly with -O3 using



Home | Main Index | Thread Index | Old Index