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/lusca-head | |
parent | 48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff) | |
download | ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.tar.gz ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.zip |
Notes
Diffstat (limited to 'www/lusca-head')
-rw-r--r-- | www/lusca-head/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/lusca-head/Makefile b/www/lusca-head/Makefile index 4e2a89c44ce4..a7a9a70e2b4c 100644 --- a/www/lusca-head/Makefile +++ b/www/lusca-head/Makefile @@ -236,7 +236,6 @@ libexec+= squid_kerb_auth storage_schemes= aufs null # Nil aufs threads is default, set any other value via SQUID_CONFIGURE_ARGS CONFIGURE_ARGS+= --with-pthreads -CFLAGS+= ${PTHREAD_CFLAGS} .if defined(WITH_SQUID_COSS) storage_schemes+= coss @@ -357,8 +356,6 @@ PLIST_FILES+= ${error_files:S,^,etc/squid/errors/${d}/,} PLIST_DIRS+= etc/squid/errors etc/squid squid/logs squid/cache squid 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 |