openbsd-ports/net/znc/Makefile
brad 208c65393b Enable the threaded DNS support for znc now that our getaddrinfo()
is thread-safe. Remove an incredibly stupid autoconf test which
assumes that the lack of the getaddrinfo() flag AI_ADDRCONFIG means
getaddrinfo() is not thread-safe. Although that was the case in the
past and properly resulted in the threaded DNS support not being
utilized on OpenBSD/NetBSD it is no longer true.

ok sthen@
2013-04-01 14:30:32 +00:00

32 lines
512 B
Makefile

# $OpenBSD: Makefile,v 1.18 2013/04/01 14:30:32 brad Exp $
SHARED_ONLY= Yes
COMMENT= advanced IRC bouncer
DISTNAME= znc-1.0
REVISION= 0
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}releases/
HOMEPAGE= http://znc.in/
MAINTAINER= Brad Smith <brad@comstyle.com>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto m ssl stdc++
MAKE_FLAGS= VERBOSE=1
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.68
CONFIGURE_ARGS= --disable-optimization
NO_TEST= Yes
.include <bsd.port.mk>