svn commit: r329105 - head/korean/scim-hangul/files

John Marino marino at FreeBSD.org
Wed Oct 2 20:12:36 UTC 2013


Author: marino
Date: Wed Oct  2 20:12:35 2013
New Revision: 329105
URL: http://svnweb.freebsd.org/changeset/ports/329105

Log:
  korean/scim-hangul: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/korean/scim-hangul/files/patch-src_scim__hangul__imengine.cpp   (contents, props changed)

Added: head/korean/scim-hangul/files/patch-src_scim__hangul__imengine.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/korean/scim-hangul/files/patch-src_scim__hangul__imengine.cpp	Wed Oct  2 20:12:35 2013	(r329105)
@@ -0,0 +1,10 @@
+--- src/scim_hangul_imengine.cpp.orig	2012-07-08 11:16:59.000000000 +0000
++++ src/scim_hangul_imengine.cpp
+@@ -33,6 +33,7 @@
+   #include <config.h>
+ #endif
+ 
++#include <unistd.h>
+ #include <cstring>
+ #include <scim.h>
+ #include "scim_hangul_imengine.h"


More information about the svn-ports-all mailing list