pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libsoup24 fix typo: emprty -> empty in an if state...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fba006258223
branches:  trunk
changeset: 650431:fba006258223
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Apr 22 19:58:26 2015 +0000

description:
fix typo: emprty -> empty in an if statement.
NB: this may cause fallout on some GCC versions.
In such event they should be added to the pattern.

diffstat:

 net/libsoup24/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r de47a6fe55a6 -r fba006258223 net/libsoup24/Makefile
--- a/net/libsoup24/Makefile    Wed Apr 22 19:49:09 2015 +0000
+++ b/net/libsoup24/Makefile    Wed Apr 22 19:58:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2015/04/06 08:17:16 adam Exp $
+# $NetBSD: Makefile,v 1.67 2015/04/22 19:58:26 tnn Exp $
 
 DISTNAME=      libsoup-2.48.1
 PKGNAME=       ${DISTNAME:S/libsoup/libsoup24/}
@@ -31,7 +31,7 @@
 .include "../../mk/compiler.mk"
 .if !empty(CC_VERSION:Mgcc-4.[01].*) || !empty(CC_VERSION:Mgcc-[1-3].*)
 CONFIGURE_ARGS+=       --disable-more-warnings
-.elif !emptry(CC_VERSION:Mgcc-4.[8].*)
+.elif !empty(CC_VERSION:Mgcc-4.[8].*)
 _WRAP_EXTRA_ARGS.CC+=  -Wno-error=format-zero-length
 CWRAPPERS_APPEND.cc+=  -Wno-error=format-zero-length
 .endif



Home | Main Index | Thread Index | Old Index