[Bug 262824] net/pecl-xmlrpc: build fail

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 04 Apr 2022 00:38:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262824

--- Comment #7 from Derek Schrock <dereks@lifeofadishwasher.com> ---
Created attachment 232922
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=232922&action=edit
Move source's xmlrpc.h to its include dir

Due to net/xmlrpc-c having ${LOCALBASE}/xmlrpc.h and the order
of the -I's created by phpize'd configure xmlrpc-c's .h file is used if
installed.  ${WRKSRC}/libxmlrpc is the last in the list.

pecl-xmlrpc's include dir is used before ${LOCALBASE}/include.  Move the
source dist's xmlrpc.h to that dir before building.

Possible open issue with upstream to move all .h files to include/
otherwise see if there's an option to change the order of -I flags.

-- 
You are receiving this mail because:
You are the assignee for the bug.