1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/japanese/jmode/files/patch-src_keyatom.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
218 B
C++

--- src/keyatom.cpp.orig 2014-06-28 22:19:00.000000000 +0900
+++ src/keyatom.cpp 2014-06-28 22:19:19.000000000 +0900
@@ -9,6 +9,7 @@
# include <alloca.h>
# endif
#endif
+#include <stdlib.h>
#include "jmode.h"