summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-08-27 22:19:38 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-08-27 22:19:38 +0000
commita8f1ce227380d0ed543df04c2cdd82469e96e861 (patch)
tree07d6f2c05eb38548877b65bddae56bd04704465f /net-im
parentmasked directfb for freeze (diff)
downloadhistorical-a8f1ce227380d0ed543df04c2cdd82469e96e861.tar.gz
historical-a8f1ce227380d0ed543df04c2cdd82469e96e861.tar.bz2
historical-a8f1ce227380d0ed543df04c2cdd82469e96e861.zip
forgot patch on commit
Diffstat (limited to 'net-im')
-rw-r--r--net-im/centericq/files/centericq-4.8.2.patch23
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; \
+