]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame_incremental - cpufrequtils/patches/cpufrequtils-multilib.patch
autoconf: updated to 2.69.
[people/arne_f/ipfire-3.x.git] / cpufrequtils / patches / cpufrequtils-multilib.patch
... / ...
CommitLineData
1--- cpufrequtils-008/Makefile 2010-07-05 17:43:17.000000000 +0200
2+++ Makefile.multilib 2010-07-16 11:31:40.294161413 +0200
3@@ -206,6 +206,9 @@
4 --keyword=_ --keyword=N_ $(UTIL_SRC) && \
5 test -f $(PACKAGE).po && \
6 mv -f $(PACKAGE).po po/$(PACKAGE).pot
7+# Avoid multilib issues by forcing the POT creation date
8+ sed -i 's/POT-Creation-Date: .*\\/Pot-Creation-Date: 2010-07-16 11:00+0200\\/' \
9+ po/${PACKAGE}.pot
10
11 update-gmo: po/$(PACKAGE).pot
12 @for HLANG in $(LANGUAGES); do \