summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-08-21 14:24:43 +0000
committerRoy Marples <uberlord@gentoo.org>2007-08-21 14:24:43 +0000
commit6622d79b0cace566f04c355def3083f52264afc9 (patch)
tree6beea6d92498b2c255495c40e35a150e7f1d6a07 /app-admin/gkrellm/files
parentStable on amd64 wrt security bug #178517 (diff)
downloadgentoo-2-6622d79b0cace566f04c355def3083f52264afc9.tar.gz
gentoo-2-6622d79b0cace566f04c355def3083f52264afc9.tar.bz2
gentoo-2-6622d79b0cace566f04c355def3083f52264afc9.zip
Fix building for different targets and keyword ~x86-fbsd, #167141 thanks to Emanuele A. "Zephyrus" Bagnaschi.
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-admin/gkrellm/files')
-rw-r--r--app-admin/gkrellm/files/gkrellm-2.2.10-Makefile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/gkrellm/files/gkrellm-2.2.10-Makefile.patch b/app-admin/gkrellm/files/gkrellm-2.2.10-Makefile.patch
new file mode 100644
index 000000000000..0648d3d0bc5e
--- /dev/null
+++ b/app-admin/gkrellm/files/gkrellm-2.2.10-Makefile.patch
@@ -0,0 +1,12 @@
+diff -Nru gkrellm-2.2.10/src/Makefile gkrellm-2.2.10_patched/src/Makefile
+--- gkrellm-2.2.10/src/Makefile 2007-02-15 17:50:03 +0100
++++ gkrellm-2.2.10_patched/src/Makefile 2007-02-15 17:50:49 +0100
+@@ -95,7 +95,7 @@
+ endif
+
+
+-override CC += -Wall $(FLAGS)
++CFLAGS += -Wall $(FLAGS)
+
+ OBJS = main.o alerts.o battery.o base64.o clock.o cpu.o disk.o fs.o \
+ hostname.o inet.o mail.o mem.o net.o proc.o sensors.o uptime.o \