diff options
Diffstat (limited to 'textproc/xmldiff/files/patch-xmldiff.pl')
| -rw-r--r-- | textproc/xmldiff/files/patch-xmldiff.pl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/xmldiff/files/patch-xmldiff.pl b/textproc/xmldiff/files/patch-xmldiff.pl new file mode 100644 index 000000000000..9b0ea24d1cec --- /dev/null +++ b/textproc/xmldiff/files/patch-xmldiff.pl @@ -0,0 +1,17 @@ +--- xmldiff.pl.orig Sat Feb 11 08:32:29 2006 ++++ xmldiff.pl Sat Feb 11 08:32:38 2006 +@@ -7,12 +7,12 @@ + # + + # +-# xmldiff: xmldiff program - uses xmlpp ++# xmldiff: xmldiff program - uses xmlprpr + # + + #Change this if xmlpp is not in your current path + #for example: $XMLPP = "./xmlpp"; +-$XMLPP = "xmlpp"; ++$XMLPP = "xmlprpr"; + + # older versions of less don't support -R, consider -r instead + my $pagerCmd = ' | less -R '; |
