diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-19 14:11:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-19 14:11:30 +0000 |
commit | 45fa737dcf276a421e49c6185d72c24fc511429e (patch) | |
tree | 1b4290aa3e546a8603b73a85f26ed9e06fea20dd /graphics | |
parent | ba42508094af9f8bd622e0d6b7c96662c4953abb (diff) | |
download | pkgsrc-45fa737dcf276a421e49c6185d72c24fc511429e.tar.gz |
Tobias Nygren said in PR 31387 that the work-around for a gcc compiler
bug on netbsd-*-alpha is not needed anymore. Fixes PR 31387.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freetype2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile index e5d4c40aa1a..5fc1ff840c8 100644 --- a/graphics/freetype2/Makefile +++ b/graphics/freetype2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/11/04 11:01:08 rillig Exp $ +# $NetBSD: Makefile,v 1.48 2005/11/19 14:11:30 rillig Exp $ DISTNAME= freetype-2.1.10 PKGNAME= freetype2-2.1.10 @@ -46,12 +46,6 @@ PKG_SUPPORTED_OPTIONS= truetype CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER .endif -# reduce optimization level on alpha to avoid compiler bugs -.if !empty(MACHINE_PLATFORM:MNetBSD-*-alpha) -CPPFLAGS:= ${CPPFLAGS:C/-O[0-9]*/-O/g} -CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O/g} -.endif - # source code breaks strict aliasing in gcc>=2.95 .if !empty(CC_VERSION:Mgcc-[3-9]*) || !empty(CC_VERSION:Mgcc-2.95*) CFLAGS+= -fno-strict-aliasing |