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++
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6582
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
Changes for using g++
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
Unsuitable for upstream
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
--- gparted-0.25.0/include/Utils.h	2016-07-22 13:05:21.292028330 -0700
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
+++ gparted-0.25.0/include/Utils.h	2016-07-22 13:05:43.710025192 -0700
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
@@ -118,6 +118,8 @@
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
 	CTEXT_RESIZE_DISALLOWED_WARNING		// File system resizing currently disallowed reason
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
 } ;
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
 
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
+#undef FS
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
+
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
 //struct to store file system information
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
 struct FS
4fb5be1315a8 24400201 gparted needs to be updated to work with an updated libsigc++
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
 {