diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-25 20:24:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-25 20:25:29 +0000 |
commit | 9a612f6719f594d0825e1cca0b6d5f3bc46db9ae (patch) | |
tree | 350f0d6797d02694e895736c69cbe5ff36548489 /testing/powertop/intl.patch | |
parent | bc05eaa2ff8bd0519a2395f81cd25a5807aa0217 (diff) | |
download | aports-9a612f6719f594d0825e1cca0b6d5f3bc46db9ae.tar.bz2 aports-9a612f6719f594d0825e1cca0b6d5f3bc46db9ae.tar.xz |
testing/powertop: new aport
Diffstat (limited to 'testing/powertop/intl.patch')
-rw-r--r-- | testing/powertop/intl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/powertop/intl.patch b/testing/powertop/intl.patch new file mode 100644 index 0000000000..d88039fc72 --- /dev/null +++ b/testing/powertop/intl.patch @@ -0,0 +1,11 @@ +--- ./Makefile.orig ++++ ./Makefile +@@ -48,7 +48,7 @@ + # ncurses-devel and pciutils-devel + # + +-LIBS += -lpthread -lncursesw -lpci -lz -lresolv ++LIBS += -lpthread -lncursesw -lpci -lz -lresolv -lintl + + HEADERS := cpu/cpu.h + |