aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/logcheck/files/patch-aa17
-rw-r--r--sysutils/detach/files/patch-aa10
2 files changed, 23 insertions, 4 deletions
diff --git a/security/logcheck/files/patch-aa b/security/logcheck/files/patch-aa
index 9b122f884394..47b35dde4f4b 100644
--- a/security/logcheck/files/patch-aa
+++ b/security/logcheck/files/patch-aa
@@ -1,14 +1,23 @@
---- Makefile.orig Sun Oct 31 09:07:29 1999
-+++ Makefile Fri Dec 24 16:37:46 1999
-@@ -5,6 +5,8 @@
+--- Makefile.orig Sun Oct 31 07:07:29 1999
++++ Makefile Thu Jan 20 09:14:40 2000
+@@ -5,13 +5,15 @@
# Thanks to rbulling@obscure.org for cleaning this Makefile up..
#
+SYSTYPE=freebsd
+
# Generic compiler
- CC = cc
+- CC = cc
++ CC ?= cc
# GNU..
+ # CC = gcc
+
+ # Normal systems flags
+-CFLAGS = -O
++CFLAGS ?= -O
+ # Braindead HPUX compiler flags
+ #CFLAGS = -O -Aa
+
@@ -35,19 +37,7 @@
# Debug mode for logtail
# CFLAGS = -g -DDEBUG
diff --git a/sysutils/detach/files/patch-aa b/sysutils/detach/files/patch-aa
new file mode 100644
index 000000000000..8ec9643acc60
--- /dev/null
+++ b/sysutils/detach/files/patch-aa
@@ -0,0 +1,10 @@
+--- Makefile.orig Fri Oct 8 08:22:20 1999
++++ Makefile Thu Jan 20 09:12:48 2000
+@@ -1,5 +1,5 @@
+-CC = gcc
+-CFLAGS =
++CC ?= gcc
++CFLAGS ?= -O2
+ LIBS =
+ INSTALL = install
+ INSTALLPREFIX = /usr/local