1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

lang/gnat13: fix on systems without 32-bit libraries

Same patch than GNAT12.

PR:		279143
Reported by:	agh (at) riseup.net
This commit is contained in:
Olivier Certner 2024-05-23 17:47:09 +02:00 committed by Thierry Thomas
parent a0df700865
commit 9161cb3bce

View File

@ -85,6 +85,8 @@ GNAT12_BUILD_DEPENDS= gnat12>0:lang/gnat12
GNAT12_VARS= _GNAT12_PATH=${LOCALBASE}/gnat12/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