summaryrefslogtreecommitdiff
path: root/security/libgcrypt/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-14 12:38:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-14 12:38:48 +0000
commit74c43352a7414cddf89de026a59be12ffa0d8c5f (patch)
treee8d13f40b7fe35559bf9404b48a45c70179dbf79 /security/libgcrypt/files
parentAdd pmap 20021014, detailed process memory display. (diff)
add libgcrypt 1.1.0
General purpose crypto library based on code used in GnuPG PR: 43894 Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes: svn path=/head/; revision=68030
Diffstat (limited to 'security/libgcrypt/files')
-rw-r--r--security/libgcrypt/files/patch-aclocal.m414
-rw-r--r--security/libgcrypt/files/patch-ltmain.sh32
2 files changed, 46 insertions, 0 deletions
diff --git a/security/libgcrypt/files/patch-aclocal.m4 b/security/libgcrypt/files/patch-aclocal.m4
new file mode 100644
index 000000000000..0b69ac6169f5
--- /dev/null
+++ b/security/libgcrypt/files/patch-aclocal.m4
@@ -0,0 +1,14 @@
+--- aclocal.m4.orig Fri Sep 20 13:11:18 2002
++++ aclocal.m4 Thu Oct 10 16:57:09 2002
+@@ -1701,9 +1701,10 @@
+
+ # 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'
++LIBTOOL='$(SHELL) ${LOCALBASE}/bin/libtool'
+ AC_SUBST(LIBTOOL)dnl
+
+ # Prevent multiple expansion
diff --git a/security/libgcrypt/files/patch-ltmain.sh b/security/libgcrypt/files/patch-ltmain.sh
new file mode 100644
index 000000000000..e99e2de7af48
--- /dev/null
+++ b/security/libgcrypt/files/patch-ltmain.sh
@@ -0,0 +1,32 @@
+--- scripts/ltmain.sh.orig Wed Jul 17 15:42:41 2002
++++ scripts/ltmain.sh Wed Jul 17 15:47:36 2002
+@@ -1062,8 +1062,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command %%PTHREAD_LIBS%%"
++ finalize_command="$finalize_command %%PTHREAD_LIBS%%"
++ compiler_flags="$compiler_flags %%PTHREAD_LIBS%%"
++ continue;
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=yes
+ continue
+ ;;
+
+@@ -4247,10 +4255,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"