diff options
-rw-r--r-- | net/mediatomb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mediatomb/Makefile b/net/mediatomb/Makefile index 4da0ab1d854f..048b0494cdf9 100644 --- a/net/mediatomb/Makefile +++ b/net/mediatomb/Makefile @@ -28,6 +28,7 @@ USE_RC_SUBR= mediatomb # linking fails when a dependency (such as taglib) is built with clang and # lacking the overload. FreeBSD >= 11 is fine. USE_CXXSTD= gnu++11 +CFLAGS+= -fcommon USERS= mediatomb GROUPS= ${USERS} |