commit 6ffe275dea0f4b86ee347e3dec42706ddb8f5a73
Author: Thomas BERNARD <miniupnp@free.fr>
Date:   Mon Feb 10 23:19:10 2020 +0100

    fix fbuild for OSX with OSX_STATIC=0

diff --git a/src/Makefile b/src/Makefile
index 7c7774f9..8a3ca5d6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -245,6 +245,7 @@ ifneq ($(SDLCONFIG), )
     TTFLOPT += $(shell $(PKG_CONFIG) --variable=libdir SDL_ttf)/libSDL_ttf.a
   else
     SDLLOPT = $(shell $(SDLCONFIG) --libs) $(shell $(PKG_CONFIG) --libs SDL_image)
+    TTFLOPT = $(shell $(PKG_CONFIG) --libs SDL_ttf)
   endif
 else
     # these are for use with Mac OS X native frameworks
