diff options
Diffstat (limited to 'net-im/gajim/files/gajim-0.11.4-test_fix.patch')
-rw-r--r-- | net-im/gajim/files/gajim-0.11.4-test_fix.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-im/gajim/files/gajim-0.11.4-test_fix.patch b/net-im/gajim/files/gajim-0.11.4-test_fix.patch new file mode 100644 index 000000000000..26abc0f63b0a --- /dev/null +++ b/net-im/gajim/files/gajim-0.11.4-test_fix.patch @@ -0,0 +1,19 @@ +diff -ur gajim-0.11.4.orig/autogen.sh gajim-0.11.4/autogen.sh +--- gajim-0.11.4.orig/autogen.sh 2008-01-22 17:14:06.000000000 +0000 ++++ gajim-0.11.4/autogen.sh 2008-01-22 17:14:50.000000000 +0000 +@@ -1,7 +1,7 @@ + #!/usr/bin/env bash + echo "[encoding: UTF-8]" > po/POTFILES.in \ + && ls -1 -U data/gajim.desktop.in.in data/glade/*.glade \ +- src/*py src/common/*py src/common/zeroconf/*.py >> \ ++ src/*py src/common/*py src/common/zeroconf/*.py src/osx/*.py >> \ + po/POTFILES.in || exit 1 + if test -z `which pkg-config 2>/dev/null`;then + echo "***Error: pkg-config not found***" +diff -ur gajim-0.11.4.orig/po/POTFILES.skip gajim-0.11.4/po/POTFILES.skip +--- gajim-0.11.4.orig/po/POTFILES.skip 2008-01-22 17:14:06.000000000 +0000 ++++ gajim-0.11.4/po/POTFILES.skip 2008-01-22 17:15:27.000000000 +0000 +@@ -1 +1,2 @@ +- ++data/gajim.desktop.in ++src/eggtrayicon.c |