pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/ogle Don't force PentiumPro instructions to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d05cdfbe8880
branches: trunk
changeset: 394019:d05cdfbe8880
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jun 02 23:38:47 2009 +0000
description:
Don't force PentiumPro instructions to be used for GCC 4, just schedule
for it as the code originally intended.
diffstat:
multimedia/ogle/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 432fd16f5be2 -r d05cdfbe8880 multimedia/ogle/Makefile
--- a/multimedia/ogle/Makefile Tue Jun 02 22:32:49 2009 +0000
+++ b/multimedia/ogle/Makefile Tue Jun 02 23:38:47 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:28 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2009/06/02 23:38:47 joerg Exp $
DISTNAME= ogle-0.9.2
PKGREVISION= 3
@@ -34,7 +34,7 @@
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-4*)
-WRAPPER_TRANSFORM_CMDS+= opt:-mcpu=pentiumpro:-march=pentiumpro
+WRAPPER_TRANSFORM_CMDS+= opt:-mcpu=pentiumpro:-mschedule=pentiumpro
.endif
MESSAGE_SUBST+= PKGBASE=${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index