aboutsummaryrefslogtreecommitdiff
path: root/sysutils/monitord/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/monitord/files/patch-aa')
-rw-r--r--sysutils/monitord/files/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/monitord/files/patch-aa b/sysutils/monitord/files/patch-aa
new file mode 100644
index 000000000000..503db3503920
--- /dev/null
+++ b/sysutils/monitord/files/patch-aa
@@ -0,0 +1,17 @@
+--- Makefile Mon Jun 5 01:37:50 2000
++++ Makefile.new Fri Jun 9 17:48:47 2000
+@@ -1,4 +1,4 @@
+-CC = gcc
++CC ?= gcc
+ INSTALL = install
+
+ SOURCES = monitord.c
+@@ -13,7 +13,7 @@
+
+ .c.o:
+
+- $(CC) -O3 -c -pipe -Wall $<
++ $(CC) $(CFLAGS) -c -pipe -Wall $<
+
+ $(TARGET): $(OBJECTS)
+ $(CC) $(OBJECTS) -o $(TARGET)