lang/ldc: Remove dependency on libgphobos.so which was needed for the GDC bootstrap.

Sponsored by:	Serenity Cybersecurity, LLC
This commit is contained in:
Gleb Popov 2023-11-14 22:12:10 +03:00
parent 7ba7ca77ad
commit 66512b7e3c
1 changed files with 1 additions and 4 deletions

View File

@ -15,8 +15,7 @@ LICENSE= BSD3CLAUSE
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= The bootstrap compiler is provided only for x86_64
LIB_DEPENDS= libconfig.so:devel/libconfig \
libgphobos.so:lang/gcc${_GCC_VER}
LIB_DEPENDS= libconfig.so:devel/libconfig
USES= llvm:lib,run ninja cmake:insource pkgconfig
@ -26,8 +25,6 @@ USES= llvm:lib,run ninja cmake:insource pkgconfig
USE_LDCONFIG= yes
_GCC_VER= 11
CFLAGS+= -fPIC
CMAKE_ARGS+= -DLDC_INSTALL_PREFIX="${PREFIX}" \