mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
As the released version does not work with Erlang 24 and the latest devel release is rather buggy, update to the latest commit from github. That does not suggest that this version is perfect, I observe some wonkiness when actually displaying models; but at least it builds. While here, simplify the port: it doesn't work any worse when not copying and symlinking the installation directory.
11 lines
368 B
Text
11 lines
368 B
Text
--- c_src/Makefile.orig 2021-10-01 21:40:32.270930000 +0200
|
|
+++ c_src/Makefile 2021-10-01 21:41:13.958044000 +0200
|
|
@@ -86,7 +86,7 @@
|
|
GCC = $(DEF_CC)
|
|
endif
|
|
|
|
-IGL_INCLUDE = -I../_deps/eigen -I../_deps/libigl/include
|
|
+IGL_INCLUDE = $(shell pkg-config --cflags eigen3) -I../_deps/libigl/include
|
|
|
|
# libigl only supports 64bits systems
|
|
ifeq (x"${WORDSIZE}",x"64")
|