--- libFL/ang/fl.c.orig	2003-07-11 18:40:53.000000000 -0400
+++ libFL/ang/fl.c	2016-01-14 23:33:03.000000000 -0500
@@ -245,7 +245,7 @@
 _flDestroyFont(FLfontStruct *fs)
 {
   FLfontImpl *impl = _flGetFontImpl();
-#if defined(WIN32) || defined(__APPLE__)
+#if defined(WIN32)
   CHECK(fs, impl, destroyFont, NULL);
 #else
   CHECK(fs, impl, destroyFont, /* nothing to return */);