diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-11 18:33:33 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-11 18:33:33 +0000 |
commit | 966afb9f6189ab1050d0533b0f1548b103743b54 (patch) | |
tree | 851620fc019c21bb6e556722c28799bc75a1ec1b /security/gpgme/files | |
parent | d50d8c05ce870aa3fe272afdc685343cfb2cdc92 (diff) | |
download | FreeBSD-ports-966afb9f6189ab1050d0533b0f1548b103743b54.zip FreeBSD-ports-966afb9f6189ab1050d0533b0f1548b103743b54.tar.gz |
Fix the self-tests instead of just omitting them.
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 0000000..e6a3c05 --- /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: |