summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-20 04:00:38 +0000
committerjlam <jlam@pkgsrc.org>2001-06-20 04:00:38 +0000
commitaf00dbdf7e3228bb88fd2c68b24f59a7277543ae (patch)
tree8b9648467eeaa8d6ed4b0c86e198eb3c61ae1697 /editors
parent8af8a35a389ea37260c2bfddf66d940f3bae480d (diff)
downloadpkgsrc-af00dbdf7e3228bb88fd2c68b24f59a7277543ae.tar.gz
Remove explicit passing of -I$(includedir) to compiler during build.
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/distinfo3
-rw-r--r--editors/nano/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
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