aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/heat/files/patch-aa
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-05-07 12:54:56 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-05-07 12:54:56 +0000
commit9567f89a98d7ca5c8a21ad66556c6986ad74671c (patch)
tree8985c43d706b3443684da0f1655cb888999802a9 /sysutils/heat/files/patch-aa
parent027b7904506d820f8aca6be6e8cca1200d25b16e (diff)
New port, heat, which allows you to monitor the thermal aspects
measured by the Winbond chipset on your motherboard. It also supports the ability to monitor fans, and provides workarounds for known bugs with certain motherboard models. PR: 17641 Submitted by: Jeremy Chadwick <yoshi@parodius.com>
Diffstat (limited to 'sysutils/heat/files/patch-aa')
-rw-r--r--sysutils/heat/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/heat/files/patch-aa b/sysutils/heat/files/patch-aa
new file mode 100644
index 000000000000..75d2325a2ae2
--- /dev/null
+++ b/sysutils/heat/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.orig Wed Jan 5 09:57:53 2000
++++ Makefile Sun May 7 08:45:50 2000
+@@ -1,7 +1,7 @@
+ #
+ # Makefile
+ #
+-CC = gcc
++CC?= gcc
+ CFLAGS += -Wall -Wunused -Wstrict-prototypes
+ #
+ # __for debugging__