forked from Lainports/freebsd-ports
- Add license (GPLv3)
- Change Desktop entry file
- Use PLIST_FILES and PLIST_DIRS instead of pkg-plist
- Add DOCS and Option
- Mute MKDIR
- Install icon in ${PREFIX}/share/pixmaps for Desktop entry file
- Add patch, fix build with Clang compiler [1]
- Change pkg-descr, use whitespace instead of tabulator
PR: ports/188286
Submitted by: pawel@ [1]
10 lines
249 B
C++
10 lines
249 B
C++
--- ./src/util/debug.cpp.orig 2014-04-05 15:33:31.000000000 +0200
|
|
+++ ./src/util/debug.cpp 2014-04-05 15:34:06.000000000 +0200
|
|
@@ -20,6 +20,7 @@
|
|
* http://www.gnu.org/licenses
|
|
*/
|
|
|
|
+#include <time.h>
|
|
#include <QFile>
|
|
|
|
#include "debug.h"
|