Regenerate patch file to avoid offset warning.

requested by sthen@
This commit is contained in:
bluhm 2018-01-18 18:12:31 +00:00
parent 2bfa6e5017
commit 68c0bc8718

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-configure_py,v 1.5 2017/10/09 20:05:07 bluhm Exp $
$OpenBSD: patch-configure_py,v 1.6 2018/01/18 18:12:31 bluhm Exp $
Index: configure.py
--- configure.py.orig
+++ configure.py
@@ -2916,10 +2916,6 @@ def set_defaults_for_unset_options(options, info_arch,
@@ -2664,10 +2664,6 @@ def set_defaults_for_unset_options(options, info_arch,
if have_program('clang++'):
options.compiler = 'clang'
elif options.os == 'openbsd':