diff options
author | martti <martti@pkgsrc.org> | 2002-01-18 07:21:30 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-18 07:21:30 +0000 |
commit | abf28b7188a87376eb5dd1464dab9913f0e6ad2d (patch) | |
tree | 4b8a7c053c8c9e04b341f61064872d417a460223 /security | |
parent | 4c1b4995973b4e6374522165e38794581b743a4c (diff) | |
download | pkgsrc-abf28b7188a87376eb5dd1464dab9913f0e6ad2d.tar.gz |
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...
Diffstat (limited to 'security')
-rw-r--r-- | security/gpa/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index c1fd84c940d..fc2e08c526b 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -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 |