diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-08-27 22:19:38 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-08-27 22:19:38 +0000 |
commit | a8f1ce227380d0ed543df04c2cdd82469e96e861 (patch) | |
tree | 07d6f2c05eb38548877b65bddae56bd04704465f | |
parent | masked directfb for freeze (diff) | |
download | historical-a8f1ce227380d0ed543df04c2cdd82469e96e861.tar.gz historical-a8f1ce227380d0ed543df04c2cdd82469e96e861.tar.bz2 historical-a8f1ce227380d0ed543df04c2cdd82469e96e861.zip |
forgot patch on commit
-rw-r--r-- | net-im/centericq/files/centericq-4.8.2.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-im/centericq/files/centericq-4.8.2.patch b/net-im/centericq/files/centericq-4.8.2.patch new file mode 100644 index 000000000000..64fa987017a5 --- /dev/null +++ b/net-im/centericq/files/centericq-4.8.2.patch @@ -0,0 +1,23 @@ +--- po/Makefile.in.in.orig Mon Jul 29 17:55:32 2002 ++++ po/Makefile.in.in Mon Jul 29 17:55:50 2002 +@@ -12,6 +12,8 @@ + SHELL = /bin/sh + @SET_MAKE@ + ++DESTDIR = ++ + srcdir = @srcdir@ + top_srcdir = @top_srcdir@ + VPATH = @srcdir@ +@@ -119,8 +121,8 @@ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + case "$$cat" in \ +- *.gmo) destdir=$(gnulocaledir);; \ +- *) destdir=$(localedir);; \ ++ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \ ++ *) destdir=$(DESTDIR)$(localedir);; \ + esac; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + dir=$$destdir/$$lang/LC_MESSAGES; \ + |