diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 22:44:05 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 22:44:05 +0000 |
commit | a8771ea65edd413dcb4036c80a4af0613c8ac829 (patch) | |
tree | d4871afd9e3aec9c4bc0c43cfed6cff40b023ee5 /security/gpgme/files/patch-configure | |
parent | Attempt two: (diff) |
Fix build on 4.x
Notes
Notes:
svn path=/head/; revision=172985
Diffstat (limited to 'security/gpgme/files/patch-configure')
-rw-r--r-- | security/gpgme/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gpgme/files/patch-configure b/security/gpgme/files/patch-configure new file mode 100644 index 000000000000..f598d67c9dbf --- /dev/null +++ b/security/gpgme/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.old Thu Sep 14 00:02:14 2006 ++++ configure Thu Sep 14 00:02:58 2006 +@@ -23349,7 +23349,7 @@ + echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +-eval "$as_ac_var=no" ++eval "$as_ac_var=yes" + fi + rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext |