summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2015-10-05 20:29:30 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2015-10-05 20:29:30 +0300
commit6e109766c3e7d89c6e69e3471cb6beb289f2fc6b (patch)
treea1f4fc03d2d82680c7634e03a675603c1d55b03c /app-crypt/xca/files
parentMerge remote-tracking branch 'jirutka/lxc-grsec' (diff)
downloadgentoo-6e109766c3e7d89c6e69e3471cb6beb289f2fc6b.tar.gz
gentoo-6e109766c3e7d89c6e69e3471cb6beb289f2fc6b.tar.bz2
gentoo-6e109766c3e7d89c6e69e3471cb6beb289f2fc6b.zip
app-crypt/xca: version bump
Bug: 562288 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-crypt/xca/files')
-rw-r--r--app-crypt/xca/files/xca-1.3.1-build.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-crypt/xca/files/xca-1.3.1-build.patch b/app-crypt/xca/files/xca-1.3.1-build.patch
new file mode 100644
index 000000000000..f7b07b97e08a
--- /dev/null
+++ b/app-crypt/xca/files/xca-1.3.1-build.patch
@@ -0,0 +1,15 @@
+diff --git a/m4/xca_compile_test.m4 b/m4/xca_compile_test.m4
+index 5d2f8ca..fd10f5d 100644
+--- a/m4/xca_compile_test.m4
++++ b/m4/xca_compile_test.m4
+@@ -2,8 +2,8 @@ AC_DEFUN([XCA_COMPILE_TEST], [
+
+ # Try to compile a little application
+ #####################################
+-CXXFLAGS="${CXXFLAGS} ${OPENSSL_CFLAGS}${QT_CFLAGS}"
+-LIBS="${LIBS} ${OPENSSL_LIBS}${QT_LIBS}"
++CXXFLAGS="${CXXFLAGS} ${OPENSSL_CFLAGS} ${QT_CFLAGS}"
++LIBS="${LIBS} ${OPENSSL_LIBS} ${QT_LIBS}"
+
+ AC_TRY_RUN([
+ #include <stdio.h>