aboutsummaryrefslogtreecommitdiff
path: root/games/ldmud/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:55:01 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:55:01 +0000
commit2d707d11a1e8ba177a90112268d0ac5ae7f38f8f (patch)
tree7c1ba0ddfcd52d53b1c03889207e29db003bb4a8 /games/ldmud/Makefile
parent9c2f69e523e881bf9b8bff6081cce2057a99bbf1 (diff)
downloadports-2d707d11a1e8ba177a90112268d0ac5ae7f38f8f.tar.gz
ports-2d707d11a1e8ba177a90112268d0ac5ae7f38f8f.zip
Notes
Diffstat (limited to 'games/ldmud/Makefile')
-rw-r--r--games/ldmud/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile
index 8eed7d6917ac..41a4552eba72 100644
--- a/games/ldmud/Makefile
+++ b/games/ldmud/Makefile
@@ -45,6 +45,11 @@ SQLITE_CONFIGURE_ENABLE=use-sqlite
.include <bsd.port.options.mk>
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st'
+.endif
+
.if ${PORT_OPTIONS:MMYSQL}
LDFLAGS+= -L${LOCALBASE}/lib/mysql
.endif