summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-10 06:47:41 +0000
committerminskim <minskim@pkgsrc.org>2004-02-10 06:47:41 +0000
commit297b4306ace0e63c22f5f527b50dfb6c59b8b855 (patch)
tree9db0dd6ad3608dc55a341ab42e39b83abdf4d1f1 /inputmethod
parentc4b77c9bac6602adc7dc87b4fab56d9b2fdb5922 (diff)
downloadpkgsrc-297b4306ace0e63c22f5f527b50dfb6c59b8b855.tar.gz
Remove -Wall to please cc.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/nabi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile
index d849bf2b88a..abef2dc5671 100644
--- a/inputmethod/nabi/Makefile
+++ b/inputmethod/nabi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/03 18:49:45 reed Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/10 06:47:41 minskim Exp $
#
DISTNAME= nabi-0.12
@@ -15,6 +15,12 @@ USE_X11= YES
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
+SUBST_CLASSES+= options
+SUBST_MESSAGE.options= "Removing incompatible compiler options."
+SUBST_STAGE.options= post-patch
+SUBST_FILES.options= IMdkit/Makefile.in src/Makefile.in
+SUBST_SED.options= -e 's,-Wall,,g'
+
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"