mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -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
439 B
Erlang
11 lines
439 B
Erlang
--- src/wings_view_win.erl.orig 2021-10-01 22:46:16.450805000 +0200
|
|
+++ src/wings_view_win.erl 2021-10-01 22:46:38.699204000 +0200
|
|
@@ -253,6 +253,8 @@
|
|
case os:type() of
|
|
{_, linux} ->
|
|
ignore;
|
|
+ {_, freebsd} ->
|
|
+ ignore;
|
|
_ ->
|
|
Children = [wxStaticBoxSizer:getStaticBox(LightSz), wxStaticBoxSizer:getStaticBox(CameraSz)
|
|
| wxWindow:getChildren(Panel)],
|