summaryrefslogtreecommitdiff
path: root/homebrew/bsdsfv/patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/bsdsfv/patches.sh')
-rwxr-xr-xhomebrew/bsdsfv/patches.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/homebrew/bsdsfv/patches.sh b/homebrew/bsdsfv/patches.sh
new file mode 100755
index 000000000..ad1d0c103
--- /dev/null
+++ b/homebrew/bsdsfv/patches.sh
@@ -0,0 +1,12 @@
+echo 'Creating brew-patch.diff'
+cat << EOF >> brew-patch.diff
+--- a/bsdsfv.c 2012-09-25 07:31:03.000000000 -0500
++++ b/bsdsfv.c 2012-09-25 07:31:08.000000000 -0500
+@@ -44,5 +44,5 @@
+ typedef struct sfvtable {
+ char filename[FNAMELEN];
+- int crc;
++ unsigned int crc;
+ int found;
+ } SFVTABLE;
+EOF