aboutsummaryrefslogtreecommitdiff
path: root/irc/znc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-10-15 14:55:14 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-10-15 14:55:14 +0000
commit7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae (patch)
treed30bee8baf5be305289898828fb58299162e2f54 /irc/znc
parentb3175cfda759707ed077a4649b634cad8934eb1b (diff)
downloadports-7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae.tar.gz
ports-7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae.zip
Notes
Diffstat (limited to 'irc/znc')
-rw-r--r--irc/znc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile
index d172058121ab..41db2eb4537b 100644
--- a/irc/znc/Makefile
+++ b/irc/znc/Makefile
@@ -49,10 +49,6 @@ TCL_CONFIGURE_ENABLE= tcl
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900014
-CXXFLAGS+= -D__LONG_LONG_SUPPORTED
-.endif
-
.if ${PORT_OPTIONS:MOPENSSL}
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}