Re: [Patch] net/libnice

2016-09-12 Thread Jeremie Courreges-Anglas
Solene Rapenne writes: > Hello, when building net/libnice as root a home directory is created by the > port in / folder. This diff fix the issue. > > I followed the style of the port, with "VAR =" while usually it's VAR= I > don't know if it's wrong or not. Both are fine. Note that I tweaked

[Patch] net/libnice

2016-09-07 Thread Solene Rapenne
Hello, when building net/libnice as root a home directory is created by the port in / folder. This diff fix the issue. I followed the style of the port, with "VAR =" while usually it's VAR= I don't know if it's wrong or not. Index: Makefile ==