We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3335d45 commit 25409b1Copy full SHA for 25409b1
depends/packages/miniupnpc.mk
@@ -9,6 +9,7 @@ $(package)_build_opts=CC="$($(package)_cc)"
9
$(package)_build_opts_darwin=OS=Darwin LIBTOOL="$($(package)_libtool)"
10
$(package)_build_opts_mingw32=-f Makefile.mingw
11
$(package)_build_env+=CFLAGS="$($(package)_cflags) $($(package)_cppflags)" AR="$($(package)_ar)"
12
+$(package)_build_env+=CFLAGS=-D_DARWIN_C_SOURCE
13
endef
14
15
define $(package)_preprocess_cmds
0 commit comments