As noticed by sthen@, SEPARATE_BUILD=Yes is already set by cmake.port.mk

This commit is contained in:
jca 2015-11-12 12:28:11 +00:00
parent 61cc4cffa9
commit 21a4fad455

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/11/12 12:25:51 jca Exp $
# $OpenBSD: Makefile,v 1.2 2015/11/12 12:28:11 jca Exp $
COMMENT = lightweight C library for fast bi-directional websockets
@ -20,8 +20,6 @@ MASTER_SITES = http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot
WANTLIB += crypto m ssl z
SEPARATE_BUILD = Yes
MODULES = devel/cmake
CONFIGURE_ARGS += -DLWS_WITHOUT_TESTAPPS=ON