Can't be used on powerpc or anything else where va_list isn't a void *. At least

right now too much code is assuming how a va_list is laid out and is trying
to construct one by hand.
This commit is contained in:
jmc 2003-03-08 03:05:39 +00:00
parent 02a156bd9b
commit bcf598b1a6

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2003/01/05 03:31:25 dsainty Exp $
# $NetBSD: Makefile,v 1.5 2003/03/08 03:05:39 jmc Exp $
#
DISTNAME= emulator_src_${POSE_VERSION}
@ -40,6 +40,9 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-fltk=${BUILDLINK_PREFIX.fltk}
CONFIGURE_ENV+= PACKAGE_SKINS_DIR=${POSE_SKINS_DIR}
# Assumes too much about how to build va_list's from scratch
NOT_FOR_PLATFORM= *-*-powerpc
do-install:
${INSTALL_PROGRAM} ${POSE_BUILD_DIR}/pose ${PREFIX}/bin/pose
${INSTALL_DATA_DIR} ${POSE_SHARE_DIR}