pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/kadu/patches patch-ad courtesy of adrianp :)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09be526a9059
branches:  trunk
changeset: 506788:09be526a9059
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 22 00:12:37 2006 +0000

description:
patch-ad courtesy of adrianp :)

diffstat:

 chat/kadu/patches/patch-ad |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 11a6dd5b0ca9 -r 09be526a9059 chat/kadu/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/kadu/patches/patch-ad        Sun Jan 22 00:12:37 2006 +0000
@@ -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 && \



Home | Main Index | Thread Index | Old Index