pkgsrc-WIP-changes archive

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

naev: reported dl bug to upstream



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Wed Jun 12 11:25:27 2024 -0400
Changeset:	20ceee5ebc9aa3bfa1d732a3ab2ec00f8c9e9cb9

Modified Files:
	naev/Makefile
Removed Files:
	naev/TODO

Log Message:
naev: reported dl bug to upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=20ceee5ebc9aa3bfa1d732a3ab2ec00f8c9e9cb9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 naev/Makefile | 2 +-
 naev/TODO     | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/naev/Makefile b/naev/Makefile
index 616a2ae08f..f78f45b837 100644
--- a/naev/Makefile
+++ b/naev/Makefile
@@ -53,7 +53,7 @@ SUBST_MESSAGE.alloca=	Avoid symbol conflict with SDL2.
 .include "../../math/glpk/buildlink3.mk"
 .include "../../math/openblas/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
-# TODO: report this as a bug upstream
+# reported at: https://github.com/naev/naev/issues/2570
 BUILDLINK_TRANSFORM+=	opt:-ldl:${BUILDLINK_LDADD.dl:Q}
 .include "../../net/enet/buildlink3.mk"
 .include "../../parallel/openmp/buildlink3.mk"
diff --git a/naev/TODO b/naev/TODO
deleted file mode 100644
index 678a768cc5..0000000000
--- a/naev/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-- building
-  cholmod_solve2 symbol missing during linking
-- testing
-- conquering the galaxy


Home | Main Index | Thread Index | Old Index