summaryrefslogtreecommitdiff
path: root/homebrew/rrdtool/patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/rrdtool/patches.sh')
-rwxr-xr-xhomebrew/rrdtool/patches.sh26
1 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/rrdtool/patches.sh b/homebrew/rrdtool/patches.sh
new file mode 100755
index 000000000..dab9b8ab1
--- /dev/null
+++ b/homebrew/rrdtool/patches.sh
@@ -0,0 +1,26 @@
+echo 'Creating brew-patch.diff'
+cat << EOF >> brew-patch.diff
+diff --git a/configure b/configure
+index 266754d..d21ab33 100755
+--- a/configure
++++ b/configure
+@@ -23868,18 +23868,6 @@ $as_echo_n "checking in... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: and out again" >&5
+ $as_echo "and out again" >&6; }
+
+-echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6
+-sleep 1
+-echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+-echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+-echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+-echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: just kidding ;-)" >&5
+-$as_echo " just kidding ;-)" >&6; }
+ echo
+ echo "----------------------------------------------------------------"
+ echo "Config is DONE!"
+EOF