diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-11 18:33:33 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-11 18:33:33 +0000 |
commit | 8ea52679326834f1c4a65ea9a12a509e8ad1f20e (patch) | |
tree | 5db6a66c280ae975964b8caccd3db1cc4a019977 /security/gpgme/files | |
parent | Update to version 2.10 (diff) |
Fix the self-tests instead of just omitting them.
Notes
Notes:
svn path=/head/; revision=123734
Diffstat (limited to 'security/gpgme/files')
-rw-r--r-- | security/gpgme/files/patch-tests-gpg-Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gpgme/files/patch-tests-gpg-Makefile.in b/security/gpgme/files/patch-tests-gpg-Makefile.in new file mode 100644 index 000000000000..e6a3c0593bab --- /dev/null +++ b/security/gpgme/files/patch-tests-gpg-Makefile.in @@ -0,0 +1,10 @@ +--- tests/gpg/Makefile.in.orig Sat Dec 11 18:25:43 2004 ++++ tests/gpg/Makefile.in Sat Dec 11 18:25:04 2004 +@@ -329,6 +329,7 @@ + AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ + LDADD = ../../gpgme/libgpgme.la + t_thread1_LDADD = ../../gpgme/libgpgme-pthread.la ++t_thread1_LDFLAGS= $(PTH_LDFLAGS) + all: all-am + + .SUFFIXES: |