summaryrefslogtreecommitdiff
path: root/scx-veracrypt/veracrypt.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-05 21:31:45 -0400
committerB Stack <bgstack15@gmail.com>2018-09-05 21:31:45 -0400
commitefcfd72c90d6fab96bea79dc19ca9aeceb4f938c (patch)
tree122b95772834c7d82afc596855ceae2641f41f6f /scx-veracrypt/veracrypt.spec
parentadd buildrequires gcc-c++ for fc29 (diff)
downloadstackrpms-efcfd72c90d6fab96bea79dc19ca9aeceb4f938c.tar.gz
stackrpms-efcfd72c90d6fab96bea79dc19ca9aeceb4f938c.tar.bz2
stackrpms-efcfd72c90d6fab96bea79dc19ca9aeceb4f938c.zip
include sysmacros patch
Diffstat (limited to 'scx-veracrypt/veracrypt.spec')
-rw-r--r--scx-veracrypt/veracrypt.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/scx-veracrypt/veracrypt.spec b/scx-veracrypt/veracrypt.spec
index a891158..7e8abf2 100644
--- a/scx-veracrypt/veracrypt.spec
+++ b/scx-veracrypt/veracrypt.spec
@@ -85,6 +85,7 @@ Patch2: veracrypt-1.0f-2-desktop.patch
# /usr/lib/gcc/x86_64-redhat-linux/7/include/wmmintrin.h:61:1: error: inlining failed in call to always_inline '_mm_aesenc_si128': target specific option mismatch
# _mm_aesenc_si128 (__m128i __X, __m128i __Y)
Patch3: veracrypt-1.21-dumpfullversion.patch
+Patch4: veracrypt-1.22-include-sysmacros.patch
#BuildRequires: wxGTK3-devel
%if "%{?wx_toolkit}" != ""
@@ -124,6 +125,7 @@ Free disk encryption software based on TrueCrypt.
%if 0%{?enable_dumpfullversion}
%patch3 -p1
%endif
+%patch4 -p1
%build
%if 0%{wx_version_major} < 3
bgstack15