Fix -qt4 build on 10.0-BETA3

PR:		ports/183935
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
This commit is contained in:
Chris Rees 2013-11-13 19:45:57 +00:00
parent 61b8362832
commit 454976ca10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333720
2 changed files with 12 additions and 2 deletions

View File

@ -32,8 +32,8 @@ NO_STAGE= yes
LIB_DEPENDS?= ${GEN_LIB_DEPENDS}
# General dependencies
GEN_LIB_DEPENDS=curl:${PORTSDIR}/ftp/curl \
event-2.0.6:${PORTSDIR}/devel/libevent2
GEN_LIB_DEPENDS=libcurl.so:${PORTSDIR}/ftp/curl \
libevent-2.0.so.6:${PORTSDIR}/devel/libevent2
GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web
# This is master port of transmission-*, so don't override USES definition

View File

@ -0,0 +1,10 @@
--- qt/app.h.orig 2013-11-13 20:00:41.000000000 +0100
+++ qt/app.h 2013-11-13 20:00:51.000000000 +0100
@@ -13,6 +13,7 @@
#ifndef QTR_APP_H
#define QTR_APP_H
+#include <ctime>
#include <QApplication>
#include <QSet>
#include <QTimer>