summaryrefslogtreecommitdiff
path: root/system/powertop/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/powertop/Makefile.patch')
-rw-r--r--system/powertop/Makefile.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/powertop/Makefile.patch b/system/powertop/Makefile.patch
index 848963c717..cb81b871bf 100644
--- a/system/powertop/Makefile.patch
+++ b/system/powertop/Makefile.patch
@@ -1,13 +1,13 @@
---- Makefile~ 2007-06-17 10:59:11.000000000 -0500
-+++ Makefile 2007-07-07 14:56:44.000000000 -0500
+--- Makefile~ 2008-06-18 22:11:05.000000000 -0500
++++ Makefile 2008-06-18 22:11:31.000000000 -0500
@@ -1,8 +1,9 @@
BINDIR=/usr/bin
LOCALESDIR=/usr/share/locale
-MANDIR=/usr/share/man/man1
+MANDIR=/usr/man/man1
WARNFLAGS=-Wall -W -Wshadow
--CFLAGS?=-Os -g ${WARNFLAGS}
-+CFLAGS?=-Os -g
+-CFLAGS?=-O1 -g ${WARNFLAGS}
++CFLAGS?=-O1 -g
+CFLAGS+=${WARNFLAGS}
CC?=gcc