pkgsrc-WIP-changes archive

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

prusaslicer: Comment out missing dependency



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Aug 8 10:18:27 2021 -0400
Changeset:	ddfb2cd22acc393532944d7dd0959a5d3834be32

Modified Files:
	prusaslicer/Makefile

Log Message:
prusaslicer: Comment out missing dependency

ilmbase is no more.  While the package likely doesn't build with it
simply removed, lintpkgsrc was throwing errors from a .include of a
file tht doesn't exist.

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

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

diffstat:
 prusaslicer/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/prusaslicer/Makefile b/prusaslicer/Makefile
index 0cbefd9c75..9b825a2594 100644
--- a/prusaslicer/Makefile
+++ b/prusaslicer/Makefile
@@ -38,7 +38,8 @@ CMAKE_ARGS+=	-DSLIC3R_WX_STABLE=1
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../graphics/graphite2/buildlink3.mk"
-.include "../../graphics/ilmbase/buildlink3.mk"
+# ilmbase was removed on 2021-07-08 with no successor
+#.include "../../graphics/ilmbase/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../math/cgal/buildlink3.mk"
 .include "../../math/eigen3/buildlink3.mk"


Home | Main Index | Thread Index | Old Index