From 29618efb6cee01f1d89cfe211b8021b5e70cdd7b Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Fri, 18 Dec 2009 04:08:56 +0000 Subject: - Drop REDIRECT/THREADED options as this libgc variants were moved into the separate ports. --- devel/boehm-gc/Makefile | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'devel/boehm-gc') diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 9277713a5a8c..f4273b4de602 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -18,31 +18,12 @@ COMMENT= Garbage collection and memory leak detection for C and C++ GNU_CONFIGURE= yes USE_GNOME= gnometarget gnomehack USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-cplusplus --disable-static +CONFIGURE_ARGS= --enable-cplusplus --disable-static --disable-threads MAKE_JOBS_UNSAFE= yes -OPTIONS= REDIRECT "Define malloc(3)-family replacements" off \ - FULLDEBUG "Debugging support (see documentation)" off \ - THREADING "POSIX thread support" off \ - PARALLEL_MARK "Parallel-thread marking (faster for SMP)" off +OPTIONS= FULLDEBUG "Debugging support (see documentation)" off .include -.if defined(WITH_THREADING) -CONFIGURE_ARGS+= --enable-threads=posix --enable-thread-local-alloc -CONFIGURE_ENV= CFLAGSS="${CFLAGS} ${PTHREAD_CFLAGS}" \ - LIBS="${LIBS} ${PTHREAD_LIBS:C/-pthread/-lpthread/}" -.if defined(WITH_PARALLEL_MARK) -CONFIGURE_ARGS+= --enable-parallel-mark -.endif -PKGNAMESUFFIX= +threaded -.else -CONFIGURE_ARGS+= --disable-threads -PKGNAMESUFFIX= # empty -.endif -.if defined(WITH_REDIRECT) -CONFIGURE_ARGS+= --enable-redirect-malloc -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+redirect -.endif .if defined(WITH_FULLDEBUG) CONFIGURE_ARGS+= --enable-gc-debug PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+fulldebug -- cgit v1.2.3