diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-07-11 10:52:14 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-07-11 10:52:14 +0000 |
commit | 72f20def8cb14decd6d4b4caa1027b9b4def8ae5 (patch) | |
tree | 8b9d148b4b0725e7e565b53e6772a6ba1f79205f /biology/hmmer | |
parent | 96bfb29cd931ef2b8566e3420826eeb8f8f7c230 (diff) | |
download | ports-72f20def8cb14decd6d4b4caa1027b9b4def8ae5.tar.gz ports-72f20def8cb14decd6d4b4caa1027b9b4def8ae5.zip |
Notes
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 + |