summaryrefslogtreecommitdiff
path: root/chat/kadu
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-01-22 00:12:37 +0000
committeradam <adam@pkgsrc.org>2006-01-22 00:12:37 +0000
commit03178035a623d2f68afc15d513633f40336281b1 (patch)
treee2d7a310bf6351172a1b486f29a513875e4cd9a5 /chat/kadu
parent44489406cad5731d07bfcd7d500c8612f4fa0d50 (diff)
downloadpkgsrc-03178035a623d2f68afc15d513633f40336281b1.tar.gz
patch-ad courtesy of adrianp :)
Diffstat (limited to 'chat/kadu')
-rw-r--r--chat/kadu/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/kadu/patches/patch-ad b/chat/kadu/patches/patch-ad
new file mode 100644
index 00000000000..fc01bcf366b
--- /dev/null
+++ b/chat/kadu/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.3 2006/01/22 00:12:37 adam Exp $
+
+--- modules/Makefile.in.orig 2006-01-21 18:30:58.000000000 +0000
++++ modules/Makefile.in 2006-01-21 18:31:53.000000000 +0000
+@@ -295,9 +295,7 @@
+ if test -d translations; then \
+ cd translations && \
+ for trans in *.ts; do \
+- if [ ! -e $${trans//\ts/qm} ] || test $$trans -nt $${trans//\ts/qm}; then \
+- $(QT_LRELEASE_DIR)/lrelease $$trans; \
+- fi; \
++ $(QT_LRELEASE_DIR)/lrelease $$trans; \
+ done && \
+ cd ..; \
+ fi && \