aboutsummaryrefslogtreecommitdiff
path: root/net-im/psi/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/psi/files')
-rw-r--r--net-im/psi/files/patch-configure41
-rw-r--r--net-im/psi/files/patch-iris_jaber_s5b.cpp10
2 files changed, 0 insertions, 51 deletions
diff --git a/net-im/psi/files/patch-configure b/net-im/psi/files/patch-configure
deleted file mode 100644
index 4a00387f8cab..000000000000
--- a/net-im/psi/files/patch-configure
+++ /dev/null
@@ -1,41 +0,0 @@
---- configure.orig Sat Nov 20 16:05:03 2004
-+++ configure Mon Mar 28 02:12:08 2005
-@@ -94,6 +94,8 @@
- shift
- ;;
- --help) show_usage; exit ;;
-+ --with-*)
-+ shift ;;
- *) show_usage; exit ;;
- esac
- done
-@@ -882,9 +884,14 @@
- "}\n";
-
- QString extra;
-+ QString pthread_cflags = getenv("PTHREAD_CFLAGS");
-+ QString pthread_ldflags = getenv("PTHREAD_LDFLAGS");
-+
- if(!path.isEmpty())
- extra += QString("-L") + path + ' ';
- extra += QString("-l") + name;
-+ extra += ' ' + pthread_cflags + ' ' + pthread_ldflags + ' ';
-+
- if(!doCompileAndLink(str, extra))
- return false;
- return true;
-@@ -1110,14 +1117,6 @@
- echo
- exit 1;
- fi
--cat >Makefile.tmp <<EOT
--export QTDIR = $QTDIR
--export PATH = $QTDIR/bin:$PATH
--EOT
--cat Makefile >> Makefile.tmp
--rm -f Makefile
--cp -f Makefile.tmp Makefile
--rm -f Makefile.tmp
-
- echo
- echo Good, your configure finished. Now run \'make\'.
diff --git a/net-im/psi/files/patch-iris_jaber_s5b.cpp b/net-im/psi/files/patch-iris_jaber_s5b.cpp
deleted file mode 100644
index 9e7723015432..000000000000
--- a/net-im/psi/files/patch-iris_jaber_s5b.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- iris/jabber/s5b.cpp.orig Fri Apr 8 09:22:20 2005
-+++ iris/jabber/s5b.cpp Fri Apr 8 09:22:48 2005
-@@ -31,6 +31,7 @@
- #ifdef Q_OS_WIN
- # include <windows.h>
- #else
-+# include <sys/types.h>
- # include <netinet/in.h>
- #endif
-