1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Use -D_THREAD_SAFE when compiling the threaded version.

This commit is contained in:
Thomas Gellekum 1998-03-03 08:05:04 +00:00
parent 2aec5e482c
commit 98753c4bbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10007
15 changed files with 30 additions and 15 deletions

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
# $Id: Makefile,v 1.22 1998/02/27 10:21:32 tg Exp $
#
DISTNAME= python1.5
@ -48,6 +48,7 @@ SETUP_LOCAL= Setup.tk
WITH_THREADS?= yes
.if exists(/usr/lib/libc_r.a) && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+= --with-thread
CFLAGS+= -D_THREAD_SAFE
.endif
#