diff options
Diffstat (limited to 'mail/mailagent/files/patch-Configure')
-rw-r--r-- | mail/mailagent/files/patch-Configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mailagent/files/patch-Configure b/mail/mailagent/files/patch-Configure new file mode 100644 index 000000000000..0a2df41ad9f0 --- /dev/null +++ b/mail/mailagent/files/patch-Configure @@ -0,0 +1,11 @@ +--- Configure.orig 2020-04-09 14:16:46 UTC ++++ Configure +@@ -7923,7 +7923,7 @@ EOT + file=revision.h + echo " " + echo "Generating $file..." >&4 +-bin/svn-revision . $file ++echo '#define REVISION 0' > $file + + : add special variables + $test -f $src/patchlevel.h && \ |