summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-23 00:14:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-23 00:14:06 +0000
commit4ddff8912dce3f5575f4364f89a8b69add6dc4f7 (patch)
tree92683d33e141769077c520292850205e99aa103b /mail
parentRespect CC and CFLAGS (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=91919
Diffstat (limited to 'mail')
-rw-r--r--mail/biffer/files/patch-biffer::Makefile13
-rw-r--r--mail/biffer/files/patch-biffer_comsat::Makefile11
-rw-r--r--mail/biffer/files/patch-biffopt::Makefile13
3 files changed, 37 insertions, 0 deletions
diff --git a/mail/biffer/files/patch-biffer::Makefile b/mail/biffer/files/patch-biffer::Makefile
new file mode 100644
index 000000000000..a291d86ebf11
--- /dev/null
+++ b/mail/biffer/files/patch-biffer::Makefile
@@ -0,0 +1,13 @@
+--- biffer/Makefile.orig Wed Oct 22 17:11:30 2003
++++ biffer/Makefile Wed Oct 22 17:11:43 2003
+@@ -7,7 +7,9 @@
+
+ INCLUDES = ../Include/biffer.h ../Include/biffoptions.h
+
+-CFLAGS = -O -I../Include
++CC ?= cc
++CFLAGS ?= -O -pipe
++CFLAGS += -I../Include
+
+ LIBS = -lcompat
+
diff --git a/mail/biffer/files/patch-biffer_comsat::Makefile b/mail/biffer/files/patch-biffer_comsat::Makefile
new file mode 100644
index 000000000000..742090a6deeb
--- /dev/null
+++ b/mail/biffer/files/patch-biffer_comsat::Makefile
@@ -0,0 +1,11 @@
+--- biffer_comsat/Makefile.orig Wed Oct 22 17:11:51 2003
++++ biffer_comsat/Makefile Wed Oct 22 17:12:01 2003
+@@ -11,6 +11,8 @@
+ BINDIR= /usr/local/libexec
+ MANDIR= /usr/local/man/man
+
++CC?= cc
++CFLAGS?= -O -pipe
+ CFLAGS+= -I../Include
+
+ .include <bsd.prog.mk>
diff --git a/mail/biffer/files/patch-biffopt::Makefile b/mail/biffer/files/patch-biffopt::Makefile
new file mode 100644
index 000000000000..b8220ba03248
--- /dev/null
+++ b/mail/biffer/files/patch-biffopt::Makefile
@@ -0,0 +1,13 @@
+--- biffopt/Makefile.orig Wed Oct 22 17:12:06 2003
++++ biffopt/Makefile Wed Oct 22 17:12:25 2003
+@@ -7,7 +7,9 @@
+
+ INCLUDES = ../Include/biffer.h ../Include/biffoptions.h
+
+-CFLAGS = -O -I../Include
++CC ?= cc
++CFLAGS ?= -O -pipe
++CFLAGS += -I../Include
+
+ LIBS = -lcompat
+