Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/Coin graphics/Coin: fix typo in configure option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f417f10e72a5
branches:  trunk
changeset: 432304:f417f10e72a5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 21 06:55:30 2020 +0000

description:
graphics/Coin: fix typo in configure option

The option --enable-pthreads was unknown, as a build with
GNU_CONFIGURE_STRICT=yes showed.  Fixing the typo showed exactly the same
configure output as before, which is probably due to the autodetection.

diffstat:

 graphics/Coin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8782e87e5ef4 -r f417f10e72a5 graphics/Coin/Makefile
--- a/graphics/Coin/Makefile    Thu May 21 06:20:16 2020 +0000
+++ b/graphics/Coin/Makefile    Thu May 21 06:55:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/07/18 00:06:18 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2020/05/21 06:55:30 rillig Exp $
 
 DISTNAME=              Coin-3.1.3
 PKGREVISION=           3
@@ -20,7 +20,7 @@
 .include "../../mk/pthread.buildlink3.mk"
 
 .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
-CONFIGURE_ARGS+=       --with-pthreads=yes
+CONFIGURE_ARGS+=       --with-pthread=yes
 CONFIGURE_ARGS+=       --enable-threadsafe
 .endif
 



Home | Main Index | Thread Index | Old Index