CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/06/17 04:13:03
Modified files:
net/tor : Makefile
Added files:
net/tor/patches: patch-src_feature_dirclient_dirclient_c
Log message:
net/tor: fix build on base-gcc architectures
gcc 4.2.1 doesn't like the initialization of a static variable with
a const int (which is not a constant expression). Work around this.
ok pascal (maintainer) stsp
