1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-25 14:40:32 -04:00
Commit graph

2 commits

Author SHA1 Message Date
Piotr Kubaj
4593df7538 net/ulxmlrpcpp: fix build on GCC architectures
Use new GCC because of:
ulxr_value.cpp:895: error: 'snprintf' is not a member of 'std'

Also add include cstring because of:
ulxr_ssl_connection.cpp: In function 'int ulxr::password_cb(char*, int, int, void*)':
ulxr_ssl_connection.cpp:63:3: error: 'strcpy' was not declared in this scope

63 |   strcpy(buf, pass.c_str());
   |   ^~~~~~

Approved by:	linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21720
2019-09-21 15:22:06 +00:00
Pawel Pekala
0738863699 Fix build on 10-current
PR:		ports/181879
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-28 17:23:35 +00:00