diff options
author | joerg <joerg@pkgsrc.org> | 2020-03-26 02:39:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-03-26 02:39:17 +0000 |
commit | 9d1423aaa19a4cb4495723fb33fa632aaaf4abdf (patch) | |
tree | 23cc93d45e7bc03d338e20ca8cda695b5e5e9404 /chat | |
parent | e51ec994a86006abe8c6178d9b9784009fe83312 (diff) | |
download | pkgsrc-9d1423aaa19a4cb4495723fb33fa632aaaf4abdf.tar.gz |
Ignore portability when patching configure already
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ysm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/ysm/Makefile b/chat/ysm/Makefile index 4da47e53e66..5e91fca9650 100644 --- a/chat/ysm/Makefile +++ b/chat/ysm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2020/01/26 05:26:17 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2020/03/26 02:39:17 joerg Exp $ DISTNAME= ysmv7_2_9_9_1 PKGNAME= ysm-2.9.9.1 @@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES +CHECK_PORTABILITY_SKIP+= configure.in + # rl_delete_text .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" |