summaryrefslogtreecommitdiff
path: root/security/libgcrypt/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-01 13:12:28 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-01 13:12:28 +0000
commit7553bc456a58ef262089853b6c682c0ae7c23c83 (patch)
tree7b0baeeeb65f769a023e48183881851ee0c90ebc /security/libgcrypt/files/patch-ltmain.sh
parentAdd non-https mirror (diff)
- USES=libtool tar:bzip2.
- Enable asm on FreeBSD/i386 >= 10.0. - Enable asm on FreeBSD/amd64. [1] - Use MAKE_CMD instead of MAKE to run regression tests. PR: ports/187441 Submitted by: Stoyan Dimov <pr.freebsd.org@registrations.systeem.com> [1] Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=349852
Diffstat (limited to 'security/libgcrypt/files/patch-ltmain.sh')
-rw-r--r--security/libgcrypt/files/patch-ltmain.sh32
1 files changed, 0 insertions, 32 deletions
diff --git a/security/libgcrypt/files/patch-ltmain.sh b/security/libgcrypt/files/patch-ltmain.sh
deleted file mode 100644
index e6f8a974395a..000000000000
--- a/security/libgcrypt/files/patch-ltmain.sh
+++ /dev/null
@@ -1,32 +0,0 @@
---- ltmain.sh Wed Jul 17 15:42:41 2002
-+++ ltmain.sh Wed Jul 17 15:47:36 2002
-@@ -2077,10 +2077,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- func_basename "$file"
- name="$func_basename_result"
- instname="$dir/$name"i
- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
-@@ -4560,8 +4562,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
- ;;
-