diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-06-02 03:22:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-06-02 03:22:24 +0800 |
commit | ed703f7b80081275bf3662d01f38a071e7e582f3 (patch) | |
tree | dfb98bdd345ac5232f7b74a778335394f2fdb6ec /www | |
parent | cf614db671123d604e7a22cd8a0eb2670b7a4fff (diff) | |
download | freebsd-ports-gnome-ed703f7b80081275bf3662d01f38a071e7e582f3.tar.gz freebsd-ports-gnome-ed703f7b80081275bf3662d01f38a071e7e582f3.tar.zst freebsd-ports-gnome-ed703f7b80081275bf3662d01f38a071e7e582f3.zip |
- cleanup FreeBSD 5.x
Diffstat (limited to 'www')
-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 |