gentoo-ebuilds/media-gfx/wings/files/wings-2.3-nogit.patch
Alfredo Tupone 0b147716b7
media-gfx/wings: add 2.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2024-10-20 13:31:00 +02:00

13 lines
410 B
Diff

--- a/Makefile 2024-10-20 12:12:36.987424596 +0200
+++ b/Makefile 2024-10-20 12:13:55.487467140 +0200
@@ -14,10 +14,8 @@
# Check if OpenCL package is as external dependency
CL_PATH = $(shell $(ERL) -noshell -eval 'erlang:display(code:which(cl))' -s erlang halt)
ifneq (,$(findstring non_existing, $(CL_PATH)))
-DEPS=cl
endif
-DEPS += libigl eigen
SUBDIRS=c_src intl_tools src e3d plugins_src icons
#