summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-17 15:54:04 +0000
committerrillig <rillig@pkgsrc.org>2020-05-17 15:54:04 +0000
commit41f3a19d8a6e320cd526abf52ffa5050eac4bd89 (patch)
tree0b9f7ec154c88a12f53546c2e87e947f729ab380 /cad
parent070573d09539430196df722089f9a1e63796b1b7 (diff)
downloadpkgsrc-41f3a19d8a6e320cd526abf52ffa5050eac4bd89.tar.gz
cad/ghdl: skip portability check
Diffstat (limited to 'cad')
-rw-r--r--cad/ghdl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile
index e54b13643aa..b03de1f4f60 100644
--- a/cad/ghdl/Makefile
+++ b/cad/ghdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/06/08 11:04:28 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/17 15:54:04 rillig Exp $
GCCVER= 4.9.2
DISTNAME= ghdl-0.32rc1
@@ -16,6 +16,8 @@ HOMEPAGE= https://sourceforge.net/p/ghdl-updates/wiki/Home/
COMMENT= Open-source simulator for the VHDL language
LICENSE= gnu-gpl-v2
+CHECK_PORTABILITY_SKIP+= contrib/*
+
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
# use makeinfo from pkgsrc/devel/gtexinfo.
TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo