summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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