summaryrefslogtreecommitdiff
path: root/x11/fltk13
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-21 11:02:43 +0000
committerrillig <rillig@pkgsrc.org>2020-03-21 11:02:43 +0000
commitf222868d0a45d1a88d4c19c4e1fefed41f1eb44c (patch)
treea34baee5deb15500442a38d67c1e374357c946f5 /x11/fltk13
parent57e66686a21d04a686039448b4c6d78284aa228e (diff)
downloadpkgsrc-f222868d0a45d1a88d4c19c4e1fefed41f1eb44c.tar.gz
x11/fltk13: skip check for unknown configure options
Diffstat (limited to 'x11/fltk13')
-rw-r--r--x11/fltk13/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile
index 188c7076ede..b5d426ce99c 100644
--- a/x11/fltk13/Makefile
+++ b/x11/fltk13/Makefile
@@ -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 @@ PLIST_VARS+= opengl
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