summaryrefslogtreecommitdiffstats
path: root/net/ekiga/files/patch-src-gui-libintl
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 09:10:49 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 09:10:49 +0800
commit814877a7f3e7230dc14c6f60e5a814ef4364d68f (patch)
tree2fd9c5fc37b4517836907fb8d18515bd7c8691f3 /net/ekiga/files/patch-src-gui-libintl
parent1a76a9325a930bc496e70eb9c3785caad0f8d3c7 (diff)
downloadmarcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar
marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.gz
marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.bz2
marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.lz
marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.xz
marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.zst
marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6699 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/ekiga/files/patch-src-gui-libintl')
-rw-r--r--net/ekiga/files/patch-src-gui-libintl31
1 files changed, 31 insertions, 0 deletions
diff --git a/net/ekiga/files/patch-src-gui-libintl b/net/ekiga/files/patch-src-gui-libintl
new file mode 100644
index 000000000..5b987de36
--- /dev/null
+++ b/net/ekiga/files/patch-src-gui-libintl
@@ -0,0 +1,31 @@
+--- src/gui/addressbook.cpp.orig Sun Mar 12 20:11:33 2006
++++ src/gui/addressbook.cpp Tue Apr 4 12:17:23 2006
+@@ -38,6 +38,7 @@
+
+ #include "../../config.h"
+
++#include <libintl.h>
+ #include "addressbook.h"
+ #include "main.h"
+ #include "chat.h"
+--- src/gui/main.cpp.orig Sun Mar 12 20:11:34 2006
++++ src/gui/main.cpp Tue Apr 4 12:17:27 2006
+@@ -38,6 +38,7 @@
+
+ #include "../../config.h"
+
++#include <libintl.h>
+ #include "main.h"
+ #include "callshistory.h"
+
+@@ -78,10 +79,6 @@
+ #include <gdk/gdkx.h>
+ #else
+ #include "winpaths.h"
+-#endif
+-
+-#if defined(P_FREEBSD) || defined (P_MACOSX)
+-#include <libintl.h>
+ #endif
+
+ #include <libxml/parser.h>