diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-21 19:26:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-21 19:26:03 +0000 |
commit | f6e8e7c8c05480e9cc1f85dd6c153fb9eac8b519 (patch) | |
tree | 00cc0a360b90e0ac47bc6d4f5e8dc9329895c990 /www/wml/patches | |
parent | 2f24b96476bd244cfa7d95e56cf45044cbf69d61 (diff) | |
download | pkgsrc-f6e8e7c8c05480e9cc1f85dd6c153fb9eac8b519.tar.gz |
Fix build on 1.6, and make sure File::PathConvert is not installed.
Closes PR 27024.
Diffstat (limited to 'www/wml/patches')
-rw-r--r-- | www/wml/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/wml/patches/patch-ae b/www/wml/patches/patch-ae new file mode 100644 index 00000000000..bd04f05d4f0 --- /dev/null +++ b/www/wml/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2005/03/21 19:26:03 wiz Exp $ + +--- wml_common/Makefile.in.orig 2001-02-07 00:02:12.000000000 +0100 ++++ wml_common/Makefile.in +@@ -46,7 +46,6 @@ INITVARS = \ + + SUBDIRS = \ + bitvector \ +- filepathconvert \ + gd \ + getoptlong \ + htmlclean \ |