aboutsummaryrefslogtreecommitdiffstats
path: root/security/opencdk
diff options
context:
space:
mode:
Diffstat (limited to 'security/opencdk')
-rw-r--r--security/opencdk/files/patch-configure13
-rw-r--r--security/opencdk/files/patch-tests::Makefile.in11
2 files changed, 0 insertions, 24 deletions
diff --git a/security/opencdk/files/patch-configure b/security/opencdk/files/patch-configure
deleted file mode 100644
index 61478b57cdc9..000000000000
--- a/security/opencdk/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Thu Feb 27 21:22:56 2003
-+++ configure Thu Feb 27 21:23:24 2003
-@@ -7744,6 +7744,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/security/opencdk/files/patch-tests::Makefile.in b/security/opencdk/files/patch-tests::Makefile.in
deleted file mode 100644
index c43a54e4f418..000000000000
--- a/security/opencdk/files/patch-tests::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/Makefile.in.orig Fri Jan 24 19:06:07 2003
-+++ tests/Makefile.in Fri Jan 24 19:06:36 2003
-@@ -97,6 +97,8 @@
-
- EXTRA_DIST = pub.gpg sec.gpg sec-with-pwd.gpg ts.gpg wkold.gpg
-
-+AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS)
-+
- INCLUDES = -I$(top_srcdir)/src
-
- LDADD = ../src/libopencdk.la $(LIBGCRYPT_LIBS)