diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
commit | 272b1c5f9a37780e519d767719a489fc971f669b (patch) | |
tree | 450f117b125086458811cc162321b8a082f97fd3 /news/gup/files/patch-main.mk | |
parent | Rename net/ patch-xy patches to reflect the files they modify. (diff) |
Rename news/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363286
Diffstat (limited to 'news/gup/files/patch-main.mk')
-rw-r--r-- | news/gup/files/patch-main.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/gup/files/patch-main.mk b/news/gup/files/patch-main.mk new file mode 100644 index 000000000000..a451304f8fcd --- /dev/null +++ b/news/gup/files/patch-main.mk @@ -0,0 +1,11 @@ +--- main.mk.orig Mon Jun 7 23:37:43 1999 ++++ main.mk Mon Jun 7 23:38:19 1999 +@@ -17,7 +17,7 @@ + -DBACKSTOP_MAILID='"$(BACKSTOP_MAILID)"' \ + -DLOG_MATCH_LIMIT=$(LOG_MATCH_LIMIT) -DUMASK=$(UMASK) + +-CFLAGS = $(P_CFLAGS) $(P_NO_FLAGS) $(P_USE_FLAGS) $(P_INCLUDES) \ ++CFLAGS += $(P_CFLAGS) $(P_NO_FLAGS) $(P_USE_FLAGS) $(P_INCLUDES) \ + $(DEFS) -DMAIL_COMMAND='"$(MAIL_COMMAND)"' + + LDFLAGS = $(P_LDFLAGS) $(P_LIBS) |