diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-02 23:38:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-02 23:38:47 +0000 |
commit | dc44f85d6141c219978a7f29c02c5e3d5cf5e766 (patch) | |
tree | e1c340b7657c7f370a6a4e2e34b010cb6ac22fca /multimedia/ogle | |
parent | 869429a0e93be29aea460716819f0e4b8aa93749 (diff) | |
download | pkgsrc-dc44f85d6141c219978a7f29c02c5e3d5cf5e766.tar.gz |
Don't force PentiumPro instructions to be used for GCC 4, just schedule
for it as the code originally intended.
Diffstat (limited to 'multimedia/ogle')
-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 aeed3a9cbfe..7cbfb5a7686 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -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 @@ GCC_REQD+= 2.95.3 .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} |