diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
commit | 2ad92eab941d8bd35f72240b5b91c4b980c9f370 (patch) | |
tree | 4a9b0f7a86a869936906241e211d87ca2346121e /www/squid | |
parent | 48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff) | |
download | ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.tar.gz ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.zip |
Notes
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 27ee11c5798a..9db8af949b97 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -266,7 +266,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-cf.data.pre.aufs .endif # Nil aufs threads is default, set any other value via SQUID_CONFIGURE_ARGS CONFIGURE_ARGS+= --with-pthreads -CFLAGS+= ${PTHREAD_CFLAGS} .endif .if defined(WITH_SQUID_COSS) storage_schemes+= coss @@ -398,8 +397,6 @@ PLIST_DIRS+= %%ETCDIR%%/errors PLIST_DIRSTRY+= %%ETCDIR%% post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%SQUID_UID%%|${SQUID_UID}|g' \ -e 's|%%SQUID_GID%%|${SQUID_GID}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/cf.data.pre |