pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
nlopt: Fix substitution file list which breaks with the latest 2020Q3 makefiles.
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Wed Oct 28 17:16:52 2020 +1100
Changeset: 2958494142c0255871ec0c27f2dfa86873f48d26
Modified Files:
nlopt/Makefile
Log Message:
nlopt: Fix substitution file list which breaks with the latest 2020Q3 makefiles.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2958494142c0255871ec0c27f2dfa86873f48d26
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
nlopt/Makefile | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diffs:
diff --git a/nlopt/Makefile b/nlopt/Makefile
index 6393af989c..d0735588e6 100644
--- a/nlopt/Makefile
+++ b/nlopt/Makefile
@@ -15,8 +15,14 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
SUBST_CLASSES+= rbtree
-CH_FILES_CMD= cd ${WRKSRC} && ${FIND} . -name '*.[ch]'
-SUBST_FILES.rbtree+= ${CH_FILES_CMD:sh}
+SUBST_FILES.rbtree+= ./src/algs/cdirect/cdirect.c
+SUBST_FILES.rbtree+= ./src/algs/cdirect/hybrid.c
+SUBST_FILES.rbtree+= ./src/algs/crs/crs.c
+SUBST_FILES.rbtree+= ./src/algs/mlsl/mlsl.c
+SUBST_FILES.rbtree+= ./src/algs/neldermead/nldrmd.c
+SUBST_FILES.rbtree+= ./src/util/redblack.c
+SUBST_FILES.rbtree+= ./src/util/redblack.h
+SUBST_FILES.rbtree+= ./src/util/redblack_test.c
SUBST_MESSAGE.rbtree= Changing rb_tree symbols that collide with NetBSD libc.
SUBST_SED.rbtree= -e "s|rb_tree_|nlopt_rb_tree_|g"
SUBST_STAGE.rbtree= post-extract
Home |
Main Index |
Thread Index |
Old Index