aboutsummaryrefslogtreecommitdiffstats
path: root/x11/3ddesktop/files/patch-event.hpp
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-01-18 22:21:55 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-01-18 22:23:38 +0000
commit429bc46aa1dd69bf6fef631a9b8d4f216bd38a3a (patch)
tree6222bf8ea6212153ac876033ce1c256328a7a8e4 /x11/3ddesktop/files/patch-event.hpp
parentaf0d94a611ec81027e5b2c1d999b471e5add685d (diff)
x11/3ddesktop: Fix build with graphics/imlib2 1.12.1
- Add license - Put manpages in ${PREFIX}/share - Pet portlint, portclippy, portfmt and Q/A check Add minimal support to `pkg-config imlib2`; imlib2-config has been dropped since imlib2-1.7.5. PR: 276427
Diffstat (limited to 'x11/3ddesktop/files/patch-event.hpp')
-rw-r--r--x11/3ddesktop/files/patch-event.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/3ddesktop/files/patch-event.hpp b/x11/3ddesktop/files/patch-event.hpp
index 8aed280e477c..ec69ce7b6853 100644
--- a/x11/3ddesktop/files/patch-event.hpp
+++ b/x11/3ddesktop/files/patch-event.hpp
@@ -1,6 +1,6 @@
---- event.hpp.orig 2007-08-02 14:11:31.000000000 +0200
-+++ event.hpp 2007-08-02 14:11:45.000000000 +0200
-@@ -74,7 +74,7 @@
+--- event.hpp.orig 2004-12-06 02:57:32 UTC
++++ event.hpp
+@@ -74,7 +74,7 @@ class EventManager { (public)
list<Event *>::iterator k;
for (k = events.begin(); k != events.end(); ++k) {
Event *e = *k;