diff options
Diffstat (limited to 'chat/gloox/Makefile')
-rw-r--r-- | chat/gloox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gloox/Makefile b/chat/gloox/Makefile index 8c603af7877..0cdb5132ba3 100644 --- a/chat/gloox/Makefile +++ b/chat/gloox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/07/20 22:46:11 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/02 22:18:22 rillig Exp $ DISTNAME= gloox-1.0.17 PKGREVISION= 3 @@ -22,7 +22,7 @@ LIBS.SunOS+= -lnsl # -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than # in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build # failures when including gnutls on older versions of gcc. -BUILDLINK_TRANSFORM+= rm:-pedantic +BUILDLINK_TRANSFORM+= rm:-pedantic .include "options.mk" |