summarylogtreecommitdiffstats
path: root/PKGBUILD.diff
diff options
context:
space:
mode:
authorlilac2021-10-26 12:30:35 +0800
committerlilac2021-10-26 12:30:35 +0800
commita5855cd309c3d89e72be8e2c9880b31ef5231804 (patch)
treeff09854e474f3f3ab08df4183fb74c8eb872d5a6 /PKGBUILD.diff
parentd37cc086d586d464f8b7f07e3231d3535bd82b31 (diff)
downloadaur-a5855cd309c3d89e72be8e2c9880b31ef5231804.tar.gz
[lilac] updated to 6.19-1
Diffstat (limited to 'PKGBUILD.diff')
-rw-r--r--PKGBUILD.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.diff b/PKGBUILD.diff
index b3656d8d5358..b1dc37f84f2b 100644
--- a/PKGBUILD.diff
+++ b/PKGBUILD.diff
@@ -14,7 +14,7 @@
+ cp -v $scard4wine_dir/winsmcrd.h $pkgname/include/winsmcrd.h
+ cp -v $scard4wine_dir/wine-compat56.h $pkgname/include/wine-compat.h
+
-+ sed -i '/-mno-cygwin/d' $pkgname/dlls/winscard/Makefile.in
++ echo EXTRADLLFLAGS = -mcygwin >> $pkgname/dlls/winscard/Makefile.in
# Doesn't compile without remove these flags as of 4.10
export CFLAGS="${CFLAGS/-fno-plt/}"