diff options
author | fredb <fredb@pkgsrc.org> | 2005-05-25 13:45:36 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2005-05-25 13:45:36 +0000 |
commit | b64303adc5ba2e3ba02ce26b7599d06bc151ebef (patch) | |
tree | 86c4786607e90906b5194f80b168cdc464d82d20 /www/lynx/patches/patch-ag | |
parent | 9b3b3041bcd0875bed35719b22cef71343ce5202 (diff) | |
download | pkgsrc-b64303adc5ba2e3ba02ce26b7599d06bc151ebef.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/patch-ag')
-rw-r--r-- | www/lynx/patches/patch-ag | 13 |
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@ |