From 4a5d2039eb0853ab34cb830d5ccf14e25be0f7b1 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 20 Jun 2001 04:00:38 +0000 Subject: Remove explicit passing of -I$(includedir) to compiler during build. --- editors/nano/distinfo | 3 ++- editors/nano/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 editors/nano/patches/patch-aa (limited to 'editors') diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 3d87b3bbbf8..6a525f48cdb 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/05/17 00:05:29 jtb Exp $ +$NetBSD: distinfo,v 1.2 2001/06/20 04:00:38 jlam Exp $ SHA1 (nano-1.0.2.tar.gz) = dfc20af7a6661cae1966f1a2d954acb36c1ce814 Size (nano-1.0.2.tar.gz) = 375852 bytes +SHA1 (patch-aa) = 1337fb38f20b04e3ee4f1682f8b608b6c180e99a diff --git a/editors/nano/patches/patch-aa b/editors/nano/patches/patch-aa new file mode 100644 index 00000000000..acc7d64af3a --- /dev/null +++ b/editors/nano/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2001/06/20 04:00:38 jlam Exp $ + +--- Makefile.in.orig Sat May 12 21:11:55 2001 ++++ Makefile.in +@@ -102,7 +102,7 @@ + SUBDIRS = po intl + + localedir = $(datadir)/locale +-INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@ ++INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h -- cgit v1.2.3