diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-11 13:28:06 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-11 13:28:06 +0000 |
commit | cb2bca03482e4eb3d4646d509b6a655d804013e8 (patch) | |
tree | 3942c3da0b91214487c271eb152e5b1403e24ff9 /security/gpgme/files/patch-configure | |
parent | Remove an unactual patch. (diff) |
Fix dependencies, enable pth-library, respect PTHREAD_LIBS,
fix build on 4.x, bump PORTREVISION, take maintainership.
Notes
Notes:
svn path=/head/; revision=123711
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..802d0c1e066a --- /dev/null +++ b/security/gpgme/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Dec 11 12:53:27 2004 ++++ configure Sat Dec 11 12:53:59 2004 +@@ -22440,7 +22440,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 |