summaryrefslogtreecommitdiff
path: root/homebrew/xmlto/patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/xmlto/patches.sh')
-rwxr-xr-xhomebrew/xmlto/patches.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/homebrew/xmlto/patches.sh b/homebrew/xmlto/patches.sh
new file mode 100755
index 000000000..96dc84a0e
--- /dev/null
+++ b/homebrew/xmlto/patches.sh
@@ -0,0 +1,14 @@
+echo 'Creating brew-patch.diff'
+cat << EOF >> brew-patch.diff
+--- xmlto-0.0.25/xmlto.in.orig
++++ xmlto-0.0.25/xmlto.in
+@@ -209,7 +209,7 @@
+ export VERBOSE
+
+ # Disable network entities
+-XSLTOPTS="$XSLTOPTS --nonet"
++#XSLTOPTS="$XSLTOPTS --nonet"
+
+ # The names parameter for the XSLT stylesheet
+ XSLTPARAMS=""
+EOF