From 4b7230268d92731ba988b6a446f1ebc3ae24efef Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 14 Jan 2006 14:38:58 +0000 Subject: - Enable pthreads using configure switch, so autodetection based on headers parsing works --- lang/ruby18/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lang') diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index db5a09f2f001..c7dc77799572 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -7,6 +7,7 @@ PORTNAME= ruby PORTVERSION= ${RUBY_PORTVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} @@ -38,9 +39,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ - --enable-shared -CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ - LIBS="${PTHREAD_LIBS}" + --enable-shared --enable-pthread .if defined(DEBUG) CFLAGS+= -g -- cgit