aboutsummaryrefslogtreecommitdiff
path: root/devel/gnustep-make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnustep-make/Makefile')
-rw-r--r--devel/gnustep-make/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index 9d6c0c4fc70b..f9ad901e68a5 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -20,9 +20,8 @@ USE_GNUSTEP= yes
GNU_CONFIGURE= yes
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
-CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c"
-CONFIGURE_ARGS+= --with-thread-lib="${PTHREAD_LIBS}"
+CONFIGURE_ARGS+= --with-thread-lib=-pthread
CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf
CONFIGURE_ARGS+= --with-layout=gnustep
.if defined(GNUSTEP_WITH_LIBOBJC2) || defined(GNUSTEP_WITH_CLANG)