1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/japanese/jmode/files/patch-src_dispatch.cpp
MANTANI Nobutaka 2eb4172d38 Fix build error.
Update MASTER_SITES.
Add LICENSE.
Conform current LIB_DEPENDS convention.
Remove NO_STAGE mark.
Use %%DATADIR%% in pkg-plist.
2014-06-28 13:42:04 +00:00

11 lines
261 B
C++

--- src/dispatch.cpp.orig 2014-06-28 22:10:26.000000000 +0900
+++ src/dispatch.cpp 2014-06-28 22:10:45.000000000 +0900
@@ -16,6 +16,7 @@
#include <X11/Xatom.h>
#include <unistd.h>
#include <stdio.h>
+#include <stdlib.h>
#include <map>
#include "jmode.h"