diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-11-03 10:49:05 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-11-03 10:49:05 +0000 |
commit | fcbc65f143cab0025f2f4761a8f7539b6187c78f (patch) | |
tree | 9642a40fa0eb570dbf27edb2616bb2753cbd16df /security/p11-kit/files/patch-common-tests-Makefile.in | |
parent | New port: pecl-event (diff) |
Update to 0.20.1.
Diffstat (limited to 'security/p11-kit/files/patch-common-tests-Makefile.in')
-rw-r--r-- | security/p11-kit/files/patch-common-tests-Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/p11-kit/files/patch-common-tests-Makefile.in b/security/p11-kit/files/patch-common-tests-Makefile.in new file mode 100644 index 000000000000..fef71b85bdcc --- /dev/null +++ b/security/p11-kit/files/patch-common-tests-Makefile.in @@ -0,0 +1,10 @@ +--- common/tests/Makefile.in.orig 2013-11-03 13:55:44.000000000 +0400 ++++ common/tests/Makefile.in 2013-11-03 13:55:44.000000000 +0400 +@@ -457,6 +457,7 @@ + -I$(srcdir)/.. \ + -I$(COMMON) \ + -DBUILDDIR=\"$(abs_builddir)\" \ ++ $(LIBTASN1_CFLAGS) \ + $(TEST_CFLAGS) + + LDADD = $(NULL) $(top_builddir)/common/libp11-test.la \ |