diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:35:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:35:34 +0000 |
commit | 88448775a3813a03cdfc8ce0af3761df3c84ce45 (patch) | |
tree | 0f6e367a41b4b60740507e0d55d76d321b954d20 /news/gup/files/patch-ac | |
parent | Add the brouted port. (diff) |
Initial import of gup version 0.4.
Allows remote sites to change their newsgroup subscriptions.
PR: 11602
Submitted by: Denis Shaposhnikov <wizard@vlink.ru>
Notes
Notes:
svn path=/head/; revision=19353
Diffstat (limited to 'news/gup/files/patch-ac')
-rw-r--r-- | news/gup/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/gup/files/patch-ac b/news/gup/files/patch-ac new file mode 100644 index 000000000000..a451304f8fcd --- /dev/null +++ b/news/gup/files/patch-ac @@ -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) |