diff options
author | wiz <wiz> | 2005-03-21 19:26:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-21 19:26:03 +0000 |
commit | 73dcd27bd1fbb99b496ea6feea99475c2da511d2 (patch) | |
tree | 00cc0a360b90e0ac47bc6d4f5e8dc9329895c990 /www/wml/patches | |
parent | defdef7dafa72d9ef2ce25c63d3dcce930207cfe (diff) | |
download | pkgsrc-73dcd27bd1fbb99b496ea6feea99475c2da511d2.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 \ |