pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/fltk13
Module Name: pkgsrc
Committed By: rillig
Date: Sat Mar 21 11:02:43 UTC 2020
Modified Files:
pkgsrc/x11/fltk13: Makefile
Log Message:
x11/fltk13: skip check for unknown configure options
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/fltk13/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/fltk13/Makefile
diff -u pkgsrc/x11/fltk13/Makefile:1.33 pkgsrc/x11/fltk13/Makefile:1.34
--- pkgsrc/x11/fltk13/Makefile:1.33 Sun Mar 15 22:41:05 2020
+++ pkgsrc/x11/fltk13/Makefile Sat Mar 21 11:02:43 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index