Skip to content

Commit

Permalink
lang/gnat12: fix build on systems without 32-bit libraries
Browse files Browse the repository at this point in the history
Disable MULTILIB in this case.

PR:		279143
Reported by:	olce@
  • Loading branch information
OlCe2 authored and thierry-FreeBSD committed May 19, 2024
1 parent 532ba08 commit 48f2a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/gnat12/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ GCC6AUX_BUILD_DEPENDS= gcc6-aux>0:lang/gcc6-aux
GCC6AUX_VARS= _GCC6AUX_PATH=${LOCALBASE}/gcc6-aux/bin
.if exists(/usr/lib32/libc.so)
MULTILIB_CONFIGURE_ENABLE= multilib
.else
CONFIGURE_ARGS+= --disable-multilib
.endif
NLS_CONFIGURE_ON= --enable-nls
NLS_CONFIGURE_OFF= --disable-nls
Expand Down

0 comments on commit 48f2a1c

Please sign in to comment.