diff options
author | roam <roam@FreeBSD.org> | 2009-12-18 18:35:35 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2009-12-18 18:35:35 +0800 |
commit | 4e8ae137b4bbcc42ed7ad12cf641a7d9800d535a (patch) | |
tree | b2d5e154e22ee98d3e1c40cea0603da92d5835ec /security | |
parent | 65cff085dad332a9aaf6cd89560cf7ff03793740 (diff) | |
download | freebsd-ports-gnome-4e8ae137b4bbcc42ed7ad12cf641a7d9800d535a.tar.gz freebsd-ports-gnome-4e8ae137b4bbcc42ed7ad12cf641a7d9800d535a.tar.zst freebsd-ports-gnome-4e8ae137b4bbcc42ed7ad12cf641a7d9800d535a.zip |
Avoid breakage in dependent ports (notably PHP) by simply not linking
against the threaded C libraries.
Bump PORTREVISION.
Submitted by: ale
Diffstat (limited to 'security')
-rw-r--r-- | security/mhash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index cfd7452c4a8c..e2712b7c36ca 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -7,6 +7,7 @@ PORTNAME= mhash PORTVERSION= 0.9.9.9 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF @@ -16,8 +17,7 @@ COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1 USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \ - --with-gnu-ld +CONFIGURE_ARGS+= --enable-static --with-gnu-ld MAN3= mhash.3 |