pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/fltk13 x11/fltk13: skip check for unknown configur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98b09ca93d38
branches:  trunk
changeset: 413587:98b09ca93d38
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Mar 21 11:02:43 2020 +0000

description:
x11/fltk13: skip check for unknown configure options

diffstat:

 x11/fltk13/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 549f2616a5f5 -r 98b09ca93d38 x11/fltk13/Makefile
--- a/x11/fltk13/Makefile       Sat Mar 21 10:50:39 2020 +0000
+++ b/x11/fltk13/Makefile       Sat Mar 21 11:02:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/03/15 22:41:05 rillig Exp $
+# $NetBSD: Makefile,v 1.34 2020/03/21 11:02:43 rillig Exp $
 
 DISTNAME=      fltk-1.3.5-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -28,6 +28,8 @@
 
 PTHREAD_OPTS+=         require
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no      # --enable-libtool is not officially known,
+                               # it is added partly in patch-ac.
 CONFIGURE_ARGS+=       --enable-libtool=${LIBTOOL:Q}
 CONFIGURE_ARGS+=       --enable-threads
 CONFIGURE_ARGS+=       ac_cv_have_overlay=yes



Home | Main Index | Thread Index | Old Index