Skip to content

Commit

Permalink
lang/ldc: Remove dependency on libgphobos.so which was needed for the…
Browse files Browse the repository at this point in the history
… GDC bootstrap.

Sponsored by:	Serenity Cybersecurity, LLC
  • Loading branch information
arrowd committed Nov 14, 2023
1 parent 7ba7ca7 commit 66512b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lang/ldc/Makefile
Expand Up @@ -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

Expand All @@ -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}" \
Expand Down

0 comments on commit 66512b7

Please sign in to comment.