diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-19 05:33:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-19 05:33:44 +0000 |
commit | 15c04f9b3bf5955db81bfd0d45584dec56d97ed5 (patch) | |
tree | e83e1eaefd4653664bfdcd072d90cf2992268320 | |
parent | 9785529d59aaae3d1289d4c59b348dda3b192fc0 (diff) |
Notes
-rw-r--r-- | games/naev/Makefile | 3 | ||||
-rw-r--r-- | www/sogo2/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index 1876356c9933..c83d669a65cf 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -13,6 +13,9 @@ COMMENT= 2D action/RPG space game LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= ld: error: duplicate symbol: nglActiveTexture +BROKEN_FreeBSD_14= ld: error: duplicate symbol: nglActiveTexture + LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libvorbisfile.so:audio/libvorbis \ diff --git a/www/sogo2/Makefile b/www/sogo2/Makefile index 146f91a41b6b..b42f83cd3b1d 100644 --- a/www/sogo2/Makefile +++ b/www/sogo2/Makefile @@ -13,6 +13,9 @@ COMMENT= Groupware server with a focus on scalability and open standards LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: SOGoMailCoreInfoKeys +BROKEN_FreeBSD_14= ld: error: duplicate symbol: SOGoMailCoreInfoKeys + LIB_DEPENDS= libmemcached.so:databases/libmemcached \ libcurl.so:ftp/curl \ libDOM.so:devel/sope2 |