diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-03 17:03:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-03 17:03:52 +0000 |
commit | ef89a36e08925bb6dc23fe00e674a853d5225f39 (patch) | |
tree | c307b316d178134628395f93fefeda1b4a41f092 | |
parent | d19994afbf6370b3c279160901b1f30c08b29895 (diff) | |
download | pkgsrc-ef89a36e08925bb6dc23fe00e674a853d5225f39.tar.gz |
Use the right option.
-rw-r--r-- | multimedia/ogle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile index c9693a4f0e3..2451176ebc8 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -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 @@ GCC_REQD+= 2.95.3 .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} |