pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ogle Use the right option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9561ab4e9c7
branches:  trunk
changeset: 398607:b9561ab4e9c7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 03 17:03:52 2009 +0000

description:
Use the right option.

diffstat:

 multimedia/ogle/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 935cd380a404 -r b9561ab4e9c7 multimedia/ogle/Makefile
--- a/multimedia/ogle/Makefile  Thu Sep 03 13:39:39 2009 +0000
+++ b/multimedia/ogle/Makefile  Thu Sep 03 17:03:52 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/08/26 19:58:06 sno Exp $
+# $NetBSD: Makefile,v 1.25 2009/09/03 17:03:52 joerg Exp $
 
 DISTNAME=      ogle-0.9.2
 PKGREVISION=   4
@@ -34,7 +34,7 @@
 .include "../../mk/compiler.mk"
 
 .if !empty(CC_VERSION:Mgcc-4*)
-WRAPPER_TRANSFORM_CMDS+=       opt:-mcpu=pentiumpro:-mschedule=pentiumpro
+WRAPPER_TRANSFORM_CMDS+=       opt:-mcpu=pentiumpro:-mtune=pentiumpro
 .endif
 
 MESSAGE_SUBST+=                PKGBASE=${PKGBASE}



Home | Main Index | Thread Index | Old Index