svn commit: r475960 - head/sysutils/gdisk/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 31 00:05:54 UTC 2018


Author: sunpoet
Date: Tue Jul 31 00:05:38 2018
New Revision: 475960
URL: https://svnweb.freebsd.org/changeset/ports/475960

Log:
  Fix UTF16 option
  
  PR:		227666
  Submitted by:	Ting-Wei Lan <lantw44 at gmail.com>

Added:
  head/sysutils/gdisk/files/patch-parttypes.h   (contents, props changed)

Added: head/sysutils/gdisk/files/patch-parttypes.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/gdisk/files/patch-parttypes.h	Tue Jul 31 00:05:38 2018	(r475960)
@@ -0,0 +1,12 @@
+--- parttypes.h.orig	2018-07-05 20:19:46 UTC
++++ parttypes.h
+@@ -16,6 +16,9 @@
+ #define __PARTITION_TYPES
+ 
+ using namespace std;
++#ifdef USE_UTF16
++using namespace icu;
++#endif
+ 
+ // A partition type
+ struct AType {


More information about the svn-ports-all mailing list