diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-05 05:55:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-05 05:55:01 +0000 |
commit | 2d707d11a1e8ba177a90112268d0ac5ae7f38f8f (patch) | |
tree | 7c1ba0ddfcd52d53b1c03889207e29db003bb4a8 /games/ldmud/Makefile | |
parent | 9c2f69e523e881bf9b8bff6081cce2057a99bbf1 (diff) | |
download | ports-2d707d11a1e8ba177a90112268d0ac5ae7f38f8f.tar.gz ports-2d707d11a1e8ba177a90112268d0ac5ae7f38f8f.zip |
Notes
Diffstat (limited to 'games/ldmud/Makefile')
-rw-r--r-- | games/ldmud/Makefile | 5 |
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 |