summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormartti <martti>2002-01-18 07:21:30 +0000
committermartti <martti>2002-01-18 07:21:30 +0000
commita6afe662b897e02ad678ed6d9c8e4f64b7809ea4 (patch)
tree4b8a7c053c8c9e04b341f61064872d417a460223 /security
parent5998fc089359a219daf4bcdce8e156d6a0010a16 (diff)
downloadpkgsrc-a6afe662b897e02ad678ed6d9c8e4f64b7809ea4.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/Makefile6
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