Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2018 00:05:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475960 - head/sysutils/gdisk/files
Message-ID:  <201807310005.w6V05cDa083538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807310005.w6V05cDa083538>