summaryrefslogtreecommitdiff
path: root/security/libgcrypt-devel/files/patch-ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/libgcrypt-devel/files/patch-ltmain.sh')
-rw-r--r--security/libgcrypt-devel/files/patch-ltmain.sh32
1 files changed, 0 insertions, 32 deletions
diff --git a/security/libgcrypt-devel/files/patch-ltmain.sh b/security/libgcrypt-devel/files/patch-ltmain.sh
deleted file mode 100644
index e99e2de7af48..000000000000
--- a/security/libgcrypt-devel/files/patch-ltmain.sh
+++ /dev/null
@@ -1,32 +0,0 @@
---- 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"