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/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch

12 lines
609 B

--- cenon.app-3.93.orig/VHFShared/vhfCompatibility.h
+++ cenon.app-3.93/VHFShared/vhfCompatibility.h
@@ -44,7 +44,7 @@
#if defined( GNUSTEP_BASE_VERSION )
# define VHFIsDrawingToScreen() [[NSGraphicsContext currentContext] isDrawingToScreen]
-# define VHFSelectorIsEqual(a, b) sel_eq(a, b)
+# define VHFSelectorIsEqual(a, b) sel_isEqual(a, b)
# define VHFAntialiasing() [[NSGraphicsContext currentContext] shouldAntialias]
# define VHFSetAntialiasing(f) [[NSGraphicsContext currentContext] setShouldAntialias:f]
# define PSWait() [[NSGraphicsContext currentContext] flushGraphics]