freebsd-ports/games/openpref/files/patch-src__util__debug.cpp
Rusmir Dusko 18771a8baf - Bump PORTREVISION, for LICENSE adding
- 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]
2014-04-21 22:03:34 +00:00

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"