mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Fix semantics of USER_LOGGING knob
Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
This commit is contained in:
parent
f5bd0a8ef2
commit
2f364fb20e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113016
@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-system-logging
|
||||
CONFIGURE_ARGS+= --enable-logging
|
||||
.endif
|
||||
|
||||
.if defined(WITH_USER_LOGGING)
|
||||
.if defined(WITHOUT_USER_LOGGING)
|
||||
CONFIGURE_ARGS+= --disable-user-logging
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-user-logging
|
||||
|
@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-system-logging
|
||||
CONFIGURE_ARGS+= --enable-logging
|
||||
.endif
|
||||
|
||||
.if defined(WITH_USER_LOGGING)
|
||||
.if defined(WITHOUT_USER_LOGGING)
|
||||
CONFIGURE_ARGS+= --disable-user-logging
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-user-logging
|
||||
|
Loading…
Reference in New Issue
Block a user