components/gparted/patches/3.gcc.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 05 Aug 2016 08:57:09 +0000
changeset 6582 4fb5be1315a8
permissions -rw-r--r--
24400201 gparted needs to be updated to work with an updated libsigc++

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
 {