pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/flac Correct platform from *-*-ppc to *-*-powerpc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15bc17568bd5
branches:  trunk
changeset: 482034:15bc17568bd5
user:      ben <ben%pkgsrc.org@localhost>
date:      Mon Oct 18 18:25:49 2004 +0000

description:
Correct platform from *-*-ppc to *-*-powerpc.

diffstat:

 audio/flac/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b0db5ce4485c -r 15bc17568bd5 audio/flac/Makefile
--- a/audio/flac/Makefile       Mon Oct 18 14:38:02 2004 +0000
+++ b/audio/flac/Makefile       Mon Oct 18 18:25:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/10/18 14:23:29 ben Exp $
+# $NetBSD: Makefile,v 1.29 2004/10/18 18:25:49 ben Exp $
 
 DISTNAME=      flac-1.1.1
 PKGREVISION=   1
@@ -25,7 +25,7 @@
 BUILD_DEPENDS+=                nasm>=0.98:../../devel/nasm
 .endif
 
-.if !empty(MACHINE_PLATFORM:M*-*-ppc)
+.if !empty(MACHINE_PLATFORM:M*-*-powerpc)
 .if ${OPSYS} != "Darwin"
 CONFIGURE_ARGS+=       --disable-asm-optimizations
 CONFIGURE_ARGS+=       --disable-altivec



Home | Main Index | Thread Index | Old Index