mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build in -CURRENT
Submitted by: mbr
This commit is contained in:
parent
870745189d
commit
57fdf5f788
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67357
10
graphics/okle/files/patch-src::okle_win.cpp
Normal file
10
graphics/okle/files/patch-src::okle_win.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/okle_win.cpp.orig Sat Sep 21 17:36:39 2002
|
||||
+++ src/okle_win.cpp Sat Sep 21 15:50:48 2002
|
||||
@@ -3,6 +3,7 @@
|
||||
#include "sniffer.h"
|
||||
#include "language.h"
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <klocale.h>
|
||||
#include <kconfig.h>
|
||||
#include <qpushbutton.h>
|
10
graphics/okle/files/patch-src::sniffer.cpp
Normal file
10
graphics/okle/files/patch-src::sniffer.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/sniffer.cpp.orig Tue Aug 6 21:53:56 2002
|
||||
+++ src/sniffer.cpp Sat Sep 21 15:51:04 2002
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "sniffer.h"
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <kapp.h>
|
||||
#include <kwin.h>
|
||||
#include <X11/Xutil.h>
|
10
multimedia/okle/files/patch-src::okle_win.cpp
Normal file
10
multimedia/okle/files/patch-src::okle_win.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/okle_win.cpp.orig Sat Sep 21 17:36:39 2002
|
||||
+++ src/okle_win.cpp Sat Sep 21 15:50:48 2002
|
||||
@@ -3,6 +3,7 @@
|
||||
#include "sniffer.h"
|
||||
#include "language.h"
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <klocale.h>
|
||||
#include <kconfig.h>
|
||||
#include <qpushbutton.h>
|
10
multimedia/okle/files/patch-src::sniffer.cpp
Normal file
10
multimedia/okle/files/patch-src::sniffer.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/sniffer.cpp.orig Tue Aug 6 21:53:56 2002
|
||||
+++ src/sniffer.cpp Sat Sep 21 15:51:04 2002
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "sniffer.h"
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include <kapp.h>
|
||||
#include <kwin.h>
|
||||
#include <X11/Xutil.h>
|
Loading…
Reference in New Issue
Block a user