diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-29 18:31:51 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-29 18:31:51 +0800 |
commit | 0449a510e4b170a9e4f37d2585d577a333efbb8c (patch) | |
tree | 22539cf3796dc188f634ea44112ed62da7d2c92d /security/sudo | |
parent | f9ad5cfe98eefcdee7e6e9690f68a31ec47d8b9b (diff) | |
download | freebsd-ports-gnome-0449a510e4b170a9e4f37d2585d577a333efbb8c.tar.gz freebsd-ports-gnome-0449a510e4b170a9e4f37d2585d577a333efbb8c.tar.zst freebsd-ports-gnome-0449a510e4b170a9e4f37d2585d577a333efbb8c.zip |
Fix build on FreeBSD 10
Approved by: portmgr (miwi)
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index d01925cc05b5..e1fe0eb5c54b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -42,6 +42,7 @@ COMMENT= Allow others to run commands as root MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-ignore-dot \ |