Use the Makevar HAVE_COMPAT_IA32_LIBS instead of hard-coding the
equivalent test. Hat: portmgr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user