summaryrefslogtreecommitdiff
path: root/inputmethod/uim
diff options
context:
space:
mode:
authorryoon <ryoon>2016-05-17 21:47:26 +0000
committerryoon <ryoon>2016-05-17 21:47:26 +0000
commit0acfa6773fcc61a4732b3dd658a5fa94fb63c30b (patch)
tree7286c13927bcda4ba2411a8d9f597948a131f097 /inputmethod/uim
parent224fe140cb99edb8c2f7e8ca05c4c9bec3d670c9 (diff)
downloadpkgsrc-0acfa6773fcc61a4732b3dd658a5fa94fb63c30b.tar.gz
Remove accidentally added CFLAGS
Diffstat (limited to 'inputmethod/uim')
-rw-r--r--inputmethod/uim/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 6dd72f8424c..18517f23de9 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2016/05/16 11:51:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.115 2016/05/17 21:47:26 ryoon Exp $
#
.include "../../inputmethod/uim/Makefile.common"
@@ -19,8 +19,6 @@ CONFIGURE_ARGS+= --disable-emacs
CONFIGURE_ARGS+= --with-libgcroots=installed
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
-CFLAGS+= -g
-
LDFLAGS.SunOS+= -mimpure-text
CFLAGS.SunOS+= -std=c99 -D__EXTENSIONS__