summaryrefslogtreecommitdiff
path: root/sysutils/pwg
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-26 08:13:01 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-26 08:13:01 +0000
commit0c9bffcb8d33537d79d7f77b0f91096ab8f9a852 (patch)
tree713ce3b66d8dd65936bbfcd271feddda12855658 /sysutils/pwg
parentAdd missed dependency on libvorbis (diff)
Update sysutils/pwg (maintainer): fix build on -CURRENT
PR: 53591 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
Notes
Notes: svn path=/head/; revision=83632
Diffstat (limited to 'sysutils/pwg')
-rw-r--r--sysutils/pwg/files/patch-pwg::outputwndimpl.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/pwg/files/patch-pwg::outputwndimpl.cpp b/sysutils/pwg/files/patch-pwg::outputwndimpl.cpp
new file mode 100644
index 000000000000..8ca41cd7869b
--- /dev/null
+++ b/sysutils/pwg/files/patch-pwg::outputwndimpl.cpp
@@ -0,0 +1,11 @@
+--- pwg/outputwndimpl.cpp.orig Sat Jun 21 18:40:54 2003
++++ pwg/outputwndimpl.cpp Sat Jun 21 18:41:22 2003
+@@ -20,7 +20,7 @@
+ #include <klocale.h>
+
+ #include <unistd.h>
+-
++#include <time.h>
+
+ OutputWndImpl::OutputWndImpl(QWidget* parent, const char *name)
+ : OutputWnd(parent, name)