ports-gcc should bring atomic ops support on hppa, remove workaround

"no objection" maintainer
This commit is contained in:
jca 2019-01-14 18:18:59 +00:00
parent e6f3ebf319
commit 8642cc437b

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.54 2019/01/14 18:17:50 jca Exp $
# $OpenBSD: Makefile,v 1.55 2019/01/14 18:18:59 jca Exp $
COMMENT = reliable, high performance TCP/HTTP load balancer
@ -26,12 +26,6 @@ MAKE_FLAGS += CFLAGS="${CFLAGS} -fno-strict-aliasing" LDFLAGS="${LDFLAGS}"
MAKE_FLAGS += CC="${CC}" LD="${CC}" TARGET="openbsd"
MAKE_FLAGS += USE_OPENSSL=1 USE_PCRE=1
# The shared SSL session cache needs either atomics ops unsupported on
# hppa or pthreads features unsupported on OpenBSD.
.if ${MACHINE_ARCH:Mhppa}
MAKE_FLAGS += USE_PRIVATE_CACHE=1
.endif
COMPILER = base-clang ports-gcc
LIB_DEPENDS = devel/pcre