[Midnightbsd-cvs] mports [24163] trunk/databases/leveldb/Makefile: udpate build config

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 3 16:25:23 EDT 2018


Revision: 24163
          http://svnweb.midnightbsd.org/mports/?rev=24163
Author:   laffer1
Date:     2018-09-03 16:25:23 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
udpate build config

Modified Paths:
--------------
    trunk/databases/leveldb/Makefile

Modified: trunk/databases/leveldb/Makefile
===================================================================
--- trunk/databases/leveldb/Makefile	2018-09-03 20:24:02 UTC (rev 24162)
+++ trunk/databases/leveldb/Makefile	2018-09-03 20:25:23 UTC (rev 24163)
@@ -14,9 +14,13 @@
 OPTIONS_DEFINE=	GPERFTOOLS SNAPPY
 OPTIONS_DEFAULT=SNAPPY
 
+CONFIGURE_ARGS=	build_config.mk ${WRKSRC}/
+CONFIGURE_SCRIPT=	build_detect_platform
+HAS_CONFIGURE=	yes
+MAKE_JOBS_UNSAFE=	yes
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		compiler:c++0x gmake
+USES=		compiler:c++0x gmake localbase
 
 PLIST_SUB=	SHLIB_MAJOR=${SHLIB_MAJOR} \
 		SHLIB_MINOR=${SHLIB_MINOR}



More information about the Midnightbsd-cvs mailing list