pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nvi-m17n Add -DGTAGS to the CFLAGS. Bump PKGRE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db13b18a55f0
branches:  trunk
changeset: 504142:db13b18a55f0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 05 19:44:01 2005 +0000

description:
Add -DGTAGS to the CFLAGS. Bump PKGREVISION because the binary changes.

diffstat:

 editors/nvi-m17n/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 0732cb7bd546 -r db13b18a55f0 editors/nvi-m17n/Makefile
--- a/editors/nvi-m17n/Makefile Mon Dec 05 18:04:39 2005 +0000
+++ b/editors/nvi-m17n/Makefile Mon Dec 05 19:44:01 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2005/12/01 18:29:58 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2005/12/05 19:44:01 wiz Exp $
 
 DISTNAME=      nvi-1.79
 PKGNAME=       nvi-m17n-1.79.20040401
+PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
 
@@ -25,6 +26,8 @@
 CONFIGURE_ENV+=        vi_cv_path_shell=${TOOLS_SH:Q}
 USE_TOOLS+=    sh
 
+CPPFLAGS+=     -DGTAGS
+
 .include "options.mk"
 
 AUTODETECT.big5=cn



Home | Main Index | Thread Index | Old Index