From ed703f7b80081275bf3662d01f38a071e7e582f3 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 1 Jun 2008 19:22:24 +0000 Subject: - cleanup FreeBSD 5.x --- www/mod_ruby/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www') diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index c63096eb0a49..487a2cd4bd6c 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -44,9 +44,8 @@ do-configure: .if !defined(WITHOUT_PTHREADS) && defined(WITH_PTHREADS) # dirty hack to force mod_ruby.so linked with lpthread.so, otherwise unresolved # symbols happen -.if ${OSVERSION} >= 502102 @${REINPLACE_CMD} -e 's|-pthread|-pthread -lpthread|' ${WRKSRC}/Makefile -.endif + PKGNAMESUFFIX= -pthreads .endif -- cgit