You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/icewm/files/icewm-1.3.8-deprecated.patch

13 lines
317 B

--- icewm-1.3.8/src/base.h
+++ icewm-1.3.8/src/base.h
@@ -2,7 +2,9 @@
#define __BASE_H
#if ( __GNUC__ == 3 && __GNUC_MINOR__ > 0 ) || __GNUC__ > 3
+#if ( __GNUC__ == 4 && __GNUC_MINOR__ > 7 ) || __GNUC__ > 3
#define _icewm_deprecated __attribute__((deprecated))
+#endif
#else
#define _icewm_deprecated
#endif