summaryrefslogtreecommitdiff
path: root/graphics/freetype2
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-19 14:11:30 +0000
committerrillig <rillig>2005-11-19 14:11:30 +0000
commit43e5797f8ed349cdae6c6991a0fd196f328da760 (patch)
tree1b4290aa3e546a8603b73a85f26ed9e06fea20dd /graphics/freetype2
parentbf14c1fba219aa3f7fb5476e687bb80483c6e8f3 (diff)
downloadpkgsrc-43e5797f8ed349cdae6c6991a0fd196f328da760.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/freetype2')
-rw-r--r--graphics/freetype2/Makefile8
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