diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-18 17:19:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-18 17:19:40 +0000 |
commit | 10c3aa0757d552917cab78b7f314f748b8268be8 (patch) | |
tree | 39ec2b2ccdcc01701125097638ce7dab483cea87 /security/tpm-tools/files/patch-src-cmds-Makefile.in | |
parent | Create new port graphics/py3-pygraphviz: (diff) |
Update to 1.3.8.
Notes
Notes:
svn path=/head/; revision=415458
Diffstat (limited to 'security/tpm-tools/files/patch-src-cmds-Makefile.in')
-rw-r--r-- | security/tpm-tools/files/patch-src-cmds-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/tpm-tools/files/patch-src-cmds-Makefile.in b/security/tpm-tools/files/patch-src-cmds-Makefile.in index df7974a5ecb6..c5dca7605a53 100644 --- a/security/tpm-tools/files/patch-src-cmds-Makefile.in +++ b/security/tpm-tools/files/patch-src-cmds-Makefile.in @@ -1,11 +1,11 @@ ---- src/cmds/Makefile.in.orig 2010-02-02 05:59:31.000000000 +0900 -+++ src/cmds/Makefile.in 2010-10-25 01:55:31.069555531 +0900 -@@ -242,7 +242,7 @@ +--- src/cmds/Makefile.in.orig 2012-05-17 19:09:27 UTC ++++ src/cmds/Makefile.in +@@ -245,7 +245,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @TSS_LIB_IS_12_FALSE@AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX @TSS_LIB_IS_12_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX -DTSS_LIB_IS_12 --LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la -ltpm_unseal -+LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la +-LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la -ltpm_unseal -lcrypto ++LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la -lcrypto tpm_sealdata_SOURCES = tpm_sealdata.c tpm_unsealdata_SOURCES = tpm_unsealdata.c all: all-am |