diff options
author | jlam <jlam> | 2001-06-20 04:00:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-20 04:00:38 +0000 |
commit | 4a5d2039eb0853ab34cb830d5ccf14e25be0f7b1 (patch) | |
tree | 8b9648467eeaa8d6ed4b0c86e198eb3c61ae1697 /editors | |
parent | fd9efe4e667399c24e4a6fa35db46ea907351235 (diff) | |
download | pkgsrc-4a5d2039eb0853ab34cb830d5ccf14e25be0f7b1.tar.gz |
Remove explicit passing of -I$(includedir) to compiler during build.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/distinfo | 3 | ||||
-rw-r--r-- | editors/nano/patches/patch-aa | 13 |
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 |