irc/unreal: fix build on recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 16:57:53 +00:00
parent e1afd3407b
commit 84808f8dd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546364

View File

@ -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