diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-31 15:58:02 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-31 15:58:02 +0000 |
commit | 1c073619efac027b4469ecb512242ca5bdc5171c (patch) | |
tree | 388c1aaff74bdaa6c44e105aaf00db18de59d1f8 /www | |
parent | Chase gtkhtml shared library revision. (diff) |
Enable threads
Diffstat (limited to 'www')
-rw-r--r-- | www/mnoGoSearch-current/Makefile | 3 | ||||
-rw-r--r-- | www/mnogosearch/Makefile | 3 | ||||
-rw-r--r-- | www/mnogosearch31/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/www/mnoGoSearch-current/Makefile b/www/mnoGoSearch-current/Makefile index 9698d0c816c8..34452bec4f26 100644 --- a/www/mnoGoSearch-current/Makefile +++ b/www/mnoGoSearch-current/Makefile @@ -7,7 +7,7 @@ PORTNAME= mnogosearch PORTVERSION= 3.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www databases MASTER_SITES= http://search.mnogo.ru/Download/ @@ -22,6 +22,7 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ + --enable-freebsd-pthreads \ --sysconfdir=${PREFIX}/etc/mnogosearch \ --localstatedir=/var/mnogosearch diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index 9698d0c816c8..34452bec4f26 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -7,7 +7,7 @@ PORTNAME= mnogosearch PORTVERSION= 3.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www databases MASTER_SITES= http://search.mnogo.ru/Download/ @@ -22,6 +22,7 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ + --enable-freebsd-pthreads \ --sysconfdir=${PREFIX}/etc/mnogosearch \ --localstatedir=/var/mnogosearch diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 9698d0c816c8..34452bec4f26 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -7,7 +7,7 @@ PORTNAME= mnogosearch PORTVERSION= 3.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www databases MASTER_SITES= http://search.mnogo.ru/Download/ @@ -22,6 +22,7 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ + --enable-freebsd-pthreads \ --sysconfdir=${PREFIX}/etc/mnogosearch \ --localstatedir=/var/mnogosearch |