aboutsummaryrefslogtreecommitdiff
path: root/security/opencdk
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-08-07 05:40:51 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-08-07 05:40:51 +0000
commit35f08640a9f686007b52bc0c5091c5f857a31c86 (patch)
tree0e5bebd300f1bfa6485afab20c8d783825b9a41a /security/opencdk
parent09d20a27765967bb230f03e3a675cfd41630d576 (diff)
downloadports-35f08640a9f686007b52bc0c5091c5f857a31c86.tar.gz
ports-35f08640a9f686007b52bc0c5091c5f857a31c86.zip
Notes
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)