Assist getting more ports working on AMD64 by obeying the

Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
This commit is contained in:
David E. O'Brien
2005-04-11 08:04:41 +00:00
parent 063f8ca624
commit f2fc2d60ae
900 changed files with 1049 additions and 1020 deletions

View File

@@ -20,7 +20,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
USE_LIBLTDL= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GDINCDIR="${LOCALBASE}/include" \