pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/freetype2 Tobias Nygren said in PR 31387 that...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b584e48060c
branches:  trunk
changeset: 503378:7b584e48060c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 19 14:11:30 2005 +0000

description:
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:

 graphics/freetype2/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 50562d8b263b -r 7b584e48060c graphics/freetype2/Makefile
--- a/graphics/freetype2/Makefile       Sat Nov 19 13:36:09 2005 +0000
+++ b/graphics/freetype2/Makefile       Sat Nov 19 14:11:30 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index