aboutsummaryrefslogtreecommitdiff
path: root/mail/biffer/files/patch-biffopt::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/biffer/files/patch-biffopt::Makefile')
-rw-r--r--mail/biffer/files/patch-biffopt::Makefile13
1 files changed, 13 insertions, 0 deletions
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
+