summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/xca/files/xca-1.3.1-build.patch')
-rw-r--r--app-crypt/xca/files/xca-1.3.1-build.patch15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index f7b07b97e08a..000000000000
--- a/app-crypt/xca/files/xca-1.3.1-build.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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>