summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/xca/files')
-rw-r--r--app-crypt/xca/files/xca-0.6.4-build.patch34
-rw-r--r--app-crypt/xca/files/xca-0.7.0-gcc44.patch11
2 files changed, 0 insertions, 45 deletions
diff --git a/app-crypt/xca/files/xca-0.6.4-build.patch b/app-crypt/xca/files/xca-0.6.4-build.patch
deleted file mode 100644
index c1292b46a990..000000000000
--- a/app-crypt/xca/files/xca-0.6.4-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- xca-0.6.4/configure 2007-08-13 20:55:50.000000000 +0200
-+++ xca-0.6.4.new/configure 2007-09-18 14:23:10.000000000 +0200
-@@ -103,17 +103,19 @@
- # check for libs
- search_lib() {
- for dir in ${DIRS}; do
-+for subdir in "" ${subdirs}; do
- for dbn in $@; do
- for suffix in so dylib obj a; do
- for lib in lib out; do
-- if test -r "${dir}/${lib}/lib${dbn}.${suffix}"; then
-- add_lib "${dir}/${lib}" "${dbn}" "${suffix}"
-- echo "Found: lib${dbn}.${suffix} at ${dir}/${lib}"
-+ if test -r "${dir}/${lib}/${subdir}/lib${dbn}.${suffix}"; then
-+ add_lib "${dir}/${lib}/${subdir}" "${dbn}" "${suffix}"
-+ echo "Found: lib${dbn}.${suffix} at ${dir}/${lib}/${subdir}"
- return 0
- fi
- done
- done
- done
-+done
- done
- return 1
- }
-@@ -123,7 +125,7 @@
- ######################### QT
- subdirs="/qt /qt4"
- search_includes Qt/qobject.h || err "The QT Library headerfiles were not found. Set QTDIR appropriately."
--subdirs="/qt/Qt /qt4/Qt"
-+subdirs="/qt/Qt /qt4/Qt /qt4"
- search_includes qobject.h || err "The QT Library headerfiles were not found. Set QTDIR appropriately."
- search_lib QtGui4 QtGui || err "The QT library was not found."
- search_lib c_r || true
diff --git a/app-crypt/xca/files/xca-0.7.0-gcc44.patch b/app-crypt/xca/files/xca-0.7.0-gcc44.patch
deleted file mode 100644
index 2889b6f00180..000000000000
--- a/app-crypt/xca/files/xca-0.7.0-gcc44.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur xca-0.7.0.orig/lib/db.h xca-0.7.0/lib/db.h
---- xca-0.7.0.orig/lib/db.h 2009-09-11 00:08:25.000000000 +0300
-+++ xca-0.7.0/lib/db.h 2009-10-18 20:52:31.000000000 +0300
-@@ -8,6 +8,7 @@
- #ifndef _XCA_DB_H_
- #define _XCA_DB_H_
-
-+#include <stdint.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>