diff options
Diffstat (limited to 'biology/hmmer')
-rw-r--r-- | biology/hmmer/Makefile | 1 | ||||
-rw-r--r-- | biology/hmmer/files/patch-configure | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index f3c5ead9cd28..92658fd19195 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -7,6 +7,7 @@ PORTNAME= hmmer PORTVERSION= 2.2.g +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.genetics.wustl.edu/pub/eddy/hmmer/${VERSIONSTRING}/ DISTNAME= ${PORTNAME}-${VERSIONSTRING} diff --git a/biology/hmmer/files/patch-configure b/biology/hmmer/files/patch-configure new file mode 100644 index 000000000000..495beac9e357 --- /dev/null +++ b/biology/hmmer/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig Mon Aug 6 01:55:52 2001 ++++ configure Thu Jul 11 12:38:47 2002 +@@ -1094,6 +1094,9 @@ + + acx_pthread_flags="-pthread -pthreads pthread -mt $acx_pthread_flags" + ;; ++ *freebsd5*) ++ acx_pthread_flags="-lc_r -kthread lthread -pthread" ++ ;; + esac + + if test x"$acx_pthread_ok" = xno; then +@@ -1418,6 +1421,9 @@ + # we'll just look for -pthreads and -lpthread first: + + acx_pthread_flags="-pthread -pthreads pthread -mt $acx_pthread_flags" ++ ;; ++ *freebsd5*) ++ acx_pthread_flags="-lc_r -kthread lthread -pthread" + ;; + esac + |