summaryrefslogtreecommitdiff
path: root/www/lynx/patches
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2005-05-25 13:45:36 +0000
committerfredb <fredb@pkgsrc.org>2005-05-25 13:45:36 +0000
commitf7c907f26a3671ec4cdfccc062cdc2ffe4ff1834 (patch)
tree86c4786607e90906b5194f80b168cdc464d82d20 /www/lynx/patches
parent99a04a4e322e9b9f176db240d2302a70d2ae6e3e (diff)
downloadpkgsrc-f7c907f26a3671ec4cdfccc062cdc2ffe4ff1834.tar.gz
Remove a long-standing dependency on gmake by adding ".h" to ${.SUFFIXES}
in lynx's makefile, as discussed on the lynx-devel and netbsd-users mailing lists. Patch supplied by Klaus Klein in private email.
Diffstat (limited to 'www/lynx/patches')
-rw-r--r--www/lynx/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/lynx/patches/patch-ag b/www/lynx/patches/patch-ag
new file mode 100644
index 00000000000..07cf4b77d45
--- /dev/null
+++ b/www/lynx/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2005/05/25 13:45:36 fredb Exp $
+
+--- src/chrtrans/makefile.in.orig 2004-01-08 03:03:09.000000000 +0100
++++ src/chrtrans/makefile.in 2005-05-25 11:32:21.000000000 +0200
+@@ -101,7 +101,7 @@
+
+ makeuctb$o: $(srcdir)/UCkd.h $(srcdir)/makeuctb.c
+
+-.SUFFIXES : $o .tbl .i
++.SUFFIXES : $o .h .tbl .i
+
+ .c$o:
+ @RULE_CC@