diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-18 20:27:16 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-19 02:52:46 +0000 |
commit | 9740b3236e12fa9bf194600ec39d88efb3fe62db (patch) | |
tree | 9a0f252f54277bdd45a3d5d1c8fae16883a10bff | |
parent | 41a721e0f7469942dfac561212b74ef9c315ad1d (diff) | |
download | ports-9740b3236e12fa9bf194600ec39d88efb3fe62db.tar.gz ports-9740b3236e12fa9bf194600ec39d88efb3fe62db.zip |
x11-toolkits/SoXt: Mark BROKEN on 14
Fails to build with:
error: couldn't compile and link with Motif
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index 8d9144495625..c25e85e61d22 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -11,6 +11,8 @@ WWW= https://bitbucket.org/Coin3D/coin/wiki/Home LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL +BROKEN_FreeBSD_14= error: couldn't compile and link with Motif + LIB_DEPENDS= libCoin.so:graphics/Coin USES= gl libtool motif pathfix perl5 shebangfix xorg |