summarylogtreecommitdiffstats
path: root/libtool.patch
diff options
context:
space:
mode:
authorkfg2023-12-20 18:28:19 +0100
committerkfg2023-12-20 18:32:19 +0100
commit40b4dc3c9b0cbaeed6eb4f6643970682b4b65d01 (patch)
treea5391a42bbd9ffd77dd2129c6f0a9e7925ebd71f /libtool.patch
downloadaur-mingw-w64-gavl.tar.gz
Initial import
Diffstat (limited to 'libtool.patch')
-rw-r--r--libtool.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libtool.patch b/libtool.patch
new file mode 100644
index 000000000000..1a540fe916ef
--- /dev/null
+++ b/libtool.patch
@@ -0,0 +1,12 @@
+diff -ruN gavl-1.4.0/ltmain.sh patched/ltmain.sh
+--- gavl-1.4.0/ltmain.sh 2012-06-08 13:49:50.000000000 +0200
++++ patched/ltmain.sh 2023-12-07 23:10:44.283333945 +0100
+@@ -2560,7 +2560,7 @@
+ ;;
+ *ar\ archive*) # could be an import, or static
+ if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
+- $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
++ $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
+ win32_nmres=`eval $NM -f posix -A $1 |
+ $SED -n -e '
+ 1,100{