diff options
author | garga <garga@FreeBSD.org> | 2007-03-01 23:54:37 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-03-01 23:54:37 +0800 |
commit | b14c1f3107ca6edef8fc1bf13692b153b4db2028 (patch) | |
tree | 67171624d13674f949a369dea77e6e3439469d2c /security/clamav | |
parent | 15c7078a98af0e72ce4c18df4dd47ecf43b38b5a (diff) | |
download | freebsd-ports-gnome-b14c1f3107ca6edef8fc1bf13692b153b4db2028.tar.gz freebsd-ports-gnome-b14c1f3107ca6edef8fc1bf13692b153b4db2028.tar.zst freebsd-ports-gnome-b14c1f3107ca6edef8fc1bf13692b153b4db2028.zip |
- Fix problems with thread caused by a bad REINPLACE_CMD.
- Bump PORTREVISION
Reported by: many users
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 34f8aa8c5df4..c3ac5529bc24 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.90 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF @@ -137,7 +137,7 @@ CONFIGURE_ARGS+= --enable-experimental .endif post-patch: - @${REINPLACE_CMD} -e 's|-pthread -lc_r|${PTHREAD_LIBS}|g' \ + @${REINPLACE_CMD} -e 's|-lpthread -lc_r|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,g' \ ${WRKSRC}/Makefile.in |