1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Use the Makevar HAVE_COMPAT_IA32_LIBS instead of hard-coding the

equivalent test.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-12-17 04:04:39 +00:00
parent 0b7016a80a
commit e35fddd10c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266478

View File

@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
.if exists(/usr/lib32)
.if defined(HAVE_COMPAT_IA32_LIBS)
CFLAGS= -m32 -L/usr/lib32 -B/usr/lib32
.else
IGNORE= requires 32-bit libraries installed under /usr/lib32