summaryrefslogtreecommitdiff
path: root/textproc/mecab-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/mecab-base/Makefile')
-rw-r--r--textproc/mecab-base/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/mecab-base/Makefile b/textproc/mecab-base/Makefile
index 19a3ed002fc..91d4d7c85e6 100644
--- a/textproc/mecab-base/Makefile
+++ b/textproc/mecab-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/05/17 15:38:26 obache Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/23 04:31:55 obache Exp $
#
.include "../../textproc/mecab/Makefile.common"
@@ -38,5 +38,11 @@ SUBST_SED.pthread= -e 's|-lpthread||g'
PTHREAD_AUTO_VARS= yes
+# XXX: avoid compiler error with -O2.
+.include "../../mk/compiler.mk"
+.if !empty(CC_VERSION:Mgcc*)
+BUILDLINK_TRANSFORM+= rename:-O2:-O3
+.endif
+
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"