summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
committerkris <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
commit47c45847ec49bb71a4cb984d65a7afb6bb8f75ee (patch)
tree93481e0fdaf90fec40d0da8c27d85cf83c7056e8 /news
parente05325eb70c801164f035d122c235e6ce8e60686 (diff)
downloadFreeBSD-ports-47c45847ec49bb71a4cb984d65a7afb6bb8f75ee.zip
FreeBSD-ports-47c45847ec49bb71a4cb984d65a7afb6bb8f75ee.tar.gz
Respect CC and CFLAGS
Diffstat (limited to 'news')
-rw-r--r--news/xmitbin/files/patch-aa12
1 files changed, 7 insertions, 5 deletions
diff --git a/news/xmitbin/files/patch-aa b/news/xmitbin/files/patch-aa
index 1cbda21..1a56d88 100644
--- a/news/xmitbin/files/patch-aa
+++ b/news/xmitbin/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.old Fri May 15 19:21:24 1998
-+++ Makefile Fri May 15 19:22:47 1998
+--- Makefile.orig Sun Jan 30 09:24:09 1994
++++ Makefile Wed Oct 22 17:00:29 2003
@@ -1,5 +1,5 @@
# Installation directory...
-INSTDIR = /mnt3/deej
@@ -16,7 +16,7 @@
# ...BSD mailing on a BSD system...
# CCOPTS =
# ...you might also want to define "SYSV" if you're on a System V machine
-@@ -24,11 +24,13 @@
+@@ -24,11 +24,15 @@
# ...of course, you could do both, too!
# CCOPTS = -DSYSV -DSysVMail
# ...options for gcc on a Linux 386/486 system...
@@ -27,11 +27,13 @@
# ...options for Apollo...
# CCOPTS = -DAPOLLO -DSysVMail
+# ...options for FreeBSD...
-+CCOPTS = -O6 -Wall -DSysVMail
++CFLAGS ?= -O -pipe
++CCOPTS = ${CFLAGS}
++CCOPTS += -DSysVMail
#
# END OF USER-CONFIGURABLE ITEMS - NO MODIFICATIONS BEYOND THIS POINT SHOULD
-@@ -44,13 +46,23 @@
+@@ -44,13 +48,23 @@
clean:
rm -f ${TARGET} ${OBJS}
OpenPOWER on IntegriCloud