From 1eb0bca80ec52c5b52d5051a95f00532651915e4 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 28 Mar 2001 09:53:15 +0000 Subject: Use PTHREAD_CFLAGS and PTHREAD_LIBS. --- devel/ruby-sdl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index 4f2e88e9e13c..7952500d5fe6 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -25,8 +25,8 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-sdl-config="sdl11-config" \ - --with-cflags="-pthread" \ - --with-ldflags="-lc_r" + --with-cflags="${PTHREAD_CFLAGS}" \ + --with-ldflags="${PTHREAD_LIBS}" INSTALL_TARGET= site-install .include -- cgit v1.2.3