aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pwg
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2003-06-26 16:13:01 +0800
committerdaichi <daichi@FreeBSD.org>2003-06-26 16:13:01 +0800
commit272e6645f8a6ad75708dfef8bcc37739eb427b60 (patch)
tree5a0f9e9ce20ab4961aa1323d2844840b65997c36 /sysutils/pwg
parent2b69faf716d7ac9cd035dbf4bd32bbbf0d6bc7d3 (diff)
downloadfreebsd-ports-gnome-272e6645f8a6ad75708dfef8bcc37739eb427b60.tar.gz
freebsd-ports-gnome-272e6645f8a6ad75708dfef8bcc37739eb427b60.tar.zst
freebsd-ports-gnome-272e6645f8a6ad75708dfef8bcc37739eb427b60.zip
Update sysutils/pwg (maintainer): fix build on -CURRENT
PR: 53591 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
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)