components/gparted/patches/3.gcc.patch
changeset 6582 4fb5be1315a8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gparted/patches/3.gcc.patch	Fri Aug 05 08:57:09 2016 +0000
@@ -0,0 +1,15 @@
+Changes for using g++
+
+Unsuitable for upstream
+
+--- gparted-0.25.0/include/Utils.h	2016-07-22 13:05:21.292028330 -0700
++++ gparted-0.25.0/include/Utils.h	2016-07-22 13:05:43.710025192 -0700
+@@ -118,6 +118,8 @@
+ 	CTEXT_RESIZE_DISALLOWED_WARNING		// File system resizing currently disallowed reason
+ } ;
+ 
++#undef FS
++
+ //struct to store file system information
+ struct FS
+ {