diff options
author | adam <adam> | 2006-01-22 00:12:37 +0000 |
---|---|---|
committer | adam <adam> | 2006-01-22 00:12:37 +0000 |
commit | 0a880cf544a3460824110df969b18f4a3cc5b5d3 (patch) | |
tree | e2d7a310bf6351172a1b486f29a513875e4cd9a5 /chat/kadu/patches | |
parent | 59bd5f564bc1fe6a720a05667d07db42e9dd4587 (diff) | |
download | pkgsrc-0a880cf544a3460824110df969b18f4a3cc5b5d3.tar.gz |
patch-ad courtesy of adrianp :)
Diffstat (limited to 'chat/kadu/patches')
-rw-r--r-- | chat/kadu/patches/patch-ad | 15 |
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 && \ |