diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-03 07:25:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-03 07:25:51 +0000 |
commit | 463757bb4204f9261abc4167a7ad76d43e735227 (patch) | |
tree | 48e477257dbaa6ada2d30bae61146df90055363e /www/nginx/files | |
parent | b27e5bf60a9c2c0cbb386010437ad2f5a087803e (diff) | |
download | ports-463757bb4204f9261abc4167a7ad76d43e735227.tar.gz ports-463757bb4204f9261abc4167a7ad76d43e735227.zip |
Notes
Diffstat (limited to 'www/nginx/files')
-rw-r--r-- | www/nginx/files/extra-patch-syslog_support | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/files/extra-patch-syslog_support b/www/nginx/files/extra-patch-syslog_support index fc0bc6b662ff..019313f3214d 100644 --- a/www/nginx/files/extra-patch-syslog_support +++ b/www/nginx/files/extra-patch-syslog_support @@ -721,7 +721,7 @@ index 54e1c26..2b05157 100644 + SYSLOG_FACILITY="LOG_DAEMON" +fi +if test "${USE_SYSLOG}" = "YES"; then -+ CFLAGS="$CFLAGS -DNGX_ENABLE_SYSLOG -DSYSLOG_FACILITY=${SYSLOG_FACILITY}" ++ CFLAGS="$CFLAGS -DUSE_SYSLOG -DSYSLOG_FACILITY=${SYSLOG_FACILITY}" +fi cat << END > $NGX_MAKEFILE |