pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ircd-hybrid: Do not append unused IRCD_HYBRID_MAXCONN to BUILD_DEFS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 27 21:45:08 2019 +0100
Changeset:	fdb866ac88928334c9ab6fda45d0517373cde073

Modified Files:
	ircd-hybrid/Makefile

Log Message:
ircd-hybrid: Do not append unused IRCD_HYBRID_MAXCONN to BUILD_DEFS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fdb866ac88928334c9ab6fda45d0517373cde073

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ircd-hybrid/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/ircd-hybrid/Makefile b/ircd-hybrid/Makefile
index dfc65780a5..a1a7b76c9a 100644
--- a/ircd-hybrid/Makefile
+++ b/ircd-hybrid/Makefile
@@ -15,8 +15,7 @@ CONFLICTS+=	ircu-[0-9]*
 USE_TOOLS+=	pax
 
 GNU_CONFIGURE=	YES
-BUILD_DEFS+=	IRCD_HYBRID_MAXCONN VARBASE \
-		IRCD_HYBRID_IRC_USER IRCD_HYBRID_IRC_GROUP
+BUILD_DEFS+=	VARBASE IRCD_HYBRID_IRC_USER IRCD_HYBRID_IRC_GROUP
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index