pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/nabi Remove -Wall to please cc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa10543dde06
branches:  trunk
changeset: 468071:fa10543dde06
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 10 06:47:41 2004 +0000

description:
Remove -Wall to please cc.

diffstat:

 inputmethod/nabi/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 863d83c99c03 -r fa10543dde06 inputmethod/nabi/Makefile
--- a/inputmethod/nabi/Makefile Tue Feb 10 05:31:48 2004 +0000
+++ b/inputmethod/nabi/Makefile Tue Feb 10 06:47:41 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index