diff options
-rw-r--r-- | irc/unreal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile index 30e54d78faa3..2913308f1a31 100644 --- a/irc/unreal/Makefile +++ b/irc/unreal/Makefile @@ -78,6 +78,9 @@ PREFIXAQ_CONFIGURE_ENABLE= prefixaq SQLMOD= ${PORTNAME}/SQLMod.tar.gz +# Upstream dead, don't expect a proper fix. +CFLAGS+= -fcommon + .if exists(${DISTDIR}/${SQLMOD}) USES+= mysql WITH_SQLMOD= yes |