This can't be compiled on alpha/powerpc because __va_list is defined

as struct in include/ansi.h instead of "char *".

This just a temporary hack, better solution is really needed...
This commit is contained in:
martti 2002-01-18 07:21:30 +00:00
parent 4c1b499597
commit abf28b7188

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2002/01/17 10:28:25 martti Exp $
# $NetBSD: Makefile,v 1.5 2002/01/18 07:21:30 martti Exp $
#
DISTNAME= gpa-0.4.3
@ -11,6 +11,10 @@ COMMENT= GUI frontend to gnupg
DEPENDS+= gnupg>=1.0.6:../../security/gnupg
# This can't be compiled on alpha/powerpc because __va_list is defined
# as struct in include/ansi.h instead of "char *"
NOT_FOR_PLATFORM= *-*-alpha *-*-*ppc
GNU_CONFIGURE= YES
USE_BUILDLINK_ONLY= YES