diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-01 19:22:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-01 19:22:24 +0000 |
commit | de7503e8c67e9648cb48a2dc9bc0a367562a2ad7 (patch) | |
tree | 60c97f9183ba9e9f088d4414b426a8c5e4aa1554 /www/mod_ruby/Makefile | |
parent | 097e0cfa2b3186d46e618540a8bf803a6dbbe651 (diff) | |
download | ports-de7503e8c67e9648cb48a2dc9bc0a367562a2ad7.tar.gz ports-de7503e8c67e9648cb48a2dc9bc0a367562a2ad7.zip |
Notes
Diffstat (limited to 'www/mod_ruby/Makefile')
-rw-r--r-- | www/mod_ruby/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |