diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-14 21:34:12 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-14 21:34:12 +0000 |
commit | 815a789b86e3b986e10e2e20d2ef05ab3b8740a9 (patch) | |
tree | 925e798ef2ba77ece3da5a02b4e81e77808d8637 /x11/slim/files/patch-log.h | |
parent | - Add new port: devel/R-cran-caTools (diff) |
- Update to 1.3.5.
PR: ports/177857
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=318203
Diffstat (limited to 'x11/slim/files/patch-log.h')
-rw-r--r-- | x11/slim/files/patch-log.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/slim/files/patch-log.h b/x11/slim/files/patch-log.h deleted file mode 100644 index 054e8051dab4..000000000000 --- a/x11/slim/files/patch-log.h +++ /dev/null @@ -1,15 +0,0 @@ ---- log.h.orig 2012-06-26 10:20:14.000000000 +0200 -+++ log.h 2012-11-25 20:00:39.294546666 +0100 -@@ -1,6 +1,12 @@ - #ifndef _LOG_H_ - #define _LOG_H_ - -+#ifdef USE_CONSOLEKIT -+#include "Ck.h" -+#endif -+#ifdef USE_CONSOLEKIT -+#include "PAM.h" -+#endif - #include "const.h" - #include <fstream> - |