mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2eb4172d38
Update MASTER_SITES. Add LICENSE. Conform current LIB_DEPENDS convention. Remove NO_STAGE mark. Use %%DATADIR%% in pkg-plist.
11 lines
261 B
C++
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"
|