diff options
author | ed <ed@FreeBSD.org> | 2010-03-06 19:42:37 +0800 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-03-06 19:42:37 +0800 |
commit | 8805d29911b3b5d45352be42deee71422d8213d6 (patch) | |
tree | c4af8f2b1c783060d54ad01f3b1328de04549d75 /security | |
parent | fd9a3d9785077a8ce607e77d834c0cf4b80bae30 (diff) | |
download | freebsd-ports-gnome-8805d29911b3b5d45352be42deee71422d8213d6.tar.gz freebsd-ports-gnome-8805d29911b3b5d45352be42deee71422d8213d6.tar.zst freebsd-ports-gnome-8805d29911b3b5d45352be42deee71422d8213d6.zip |
Fix compilation of p5-Authen-TacacsPlus on HEAD.
Approved by: miwi (portmgr, implicit)
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-TacacsPlus/files/patch-tac_plus.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/p5-Authen-TacacsPlus/files/patch-tac_plus.h b/security/p5-Authen-TacacsPlus/files/patch-tac_plus.h new file mode 100644 index 000000000000..25efad20a4d5 --- /dev/null +++ b/security/p5-Authen-TacacsPlus/files/patch-tac_plus.h @@ -0,0 +1,10 @@ +--- tacpluslib/tac_plus.h ++++ tacpluslib/tac_plus.h +@@ -163,7 +163,6 @@ + #include <sys/syslog.h> + #endif + +-#include <utmp.h> + + #include <unistd.h> + |