diff options
Diffstat (limited to 'net-im/psi/files')
-rw-r--r-- | net-im/psi/files/patch-configure | 15 | ||||
-rw-r--r-- | net-im/psi/files/patch-src-ui_about.ui | 10 | ||||
-rw-r--r-- | net-im/psi/files/patch-src_options-opt_appearance-ui.ui | 13 |
3 files changed, 7 insertions, 31 deletions
diff --git a/net-im/psi/files/patch-configure b/net-im/psi/files/patch-configure index 4a00387f8cab..f1a19a1bac28 100644 --- a/net-im/psi/files/patch-configure +++ b/net-im/psi/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat Nov 20 16:05:03 2004 -+++ configure Mon Mar 28 02:12:08 2005 -@@ -94,6 +94,8 @@ +--- configure.orig Sun Jan 8 05:19:01 2006 ++++ configure Sat Feb 4 14:06:18 2006 +@@ -192,6 +192,8 @@ shift ;; --help) show_usage; exit ;; @@ -9,22 +9,21 @@ *) show_usage; exit ;; esac done -@@ -882,9 +884,14 @@ +@@ -1055,9 +1057,13 @@ "}\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 @@ +@@ -1287,14 +1293,6 @@ echo exit 1; fi @@ -38,4 +37,4 @@ -rm -f Makefile.tmp echo - echo Good, your configure finished. Now run \'make\'. + echo "Good, your configure finished. Now run 'make'." diff --git a/net-im/psi/files/patch-src-ui_about.ui b/net-im/psi/files/patch-src-ui_about.ui deleted file mode 100644 index d5c2db9b5be8..000000000000 --- a/net-im/psi/files/patch-src-ui_about.ui +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ui_about.ui.orig Tue Sep 27 21:37:27 2005 -+++ src/ui_about.ui Tue Sep 27 21:38:07 2005 -@@ -334,7 +334,6 @@ - <layoutdefaults spacing="6" margin="11"/> - <includehints> - <includehint>fancylabel.h</includehint> -- <includehint>urllabel.h</includehint> - <includehint>psitextview.h</includehint> - <includehint>psitextview.h</includehint> - <includehint>psitextview.h</includehint> diff --git a/net-im/psi/files/patch-src_options-opt_appearance-ui.ui b/net-im/psi/files/patch-src_options-opt_appearance-ui.ui deleted file mode 100644 index f485165136b7..000000000000 --- a/net-im/psi/files/patch-src_options-opt_appearance-ui.ui +++ /dev/null @@ -1,13 +0,0 @@ ---- src/options/opt_appearance-ui.ui.orig Tue Sep 27 21:48:20 2005 -+++ src/options/opt_appearance-ui.ui Tue Sep 27 21:48:58 2005 -@@ -457,10 +457,4 @@ - <tabstop>pb_fChat</tabstop> - </tabstops> - <layoutdefaults spacing="6" margin="11"/> --<includehints> -- <includehint>fontlabel.h</includehint> -- <includehint>fontlabel.h</includehint> -- <includehint>fontlabel.h</includehint> -- <includehint>fontlabel.h</includehint> --</includehints> - </UI> |