mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
media-gfx/fontforge: fix implicit declarations
Package-Manager: Portage-2.3.17, Repoman-2.3.6_p24
This commit is contained in:
16
media-gfx/fontforge/files/20170731-tilepath.patch
Normal file
16
media-gfx/fontforge/files/20170731-tilepath.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
Fix implicit declarations
|
||||
|
||||
Fixed upstream in a larger refactor.
|
||||
|
||||
--- a/fontforgeexe/tilepath.c
|
||||
+++ b/fontforgeexe/tilepath.c
|
||||
@@ -24,7 +24,9 @@
|
||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
+#include "cvundoes.h"
|
||||
#include "fontforgeui.h"
|
||||
+#include "fvfonts.h"
|
||||
#include "splineutil.h"
|
||||
#include "splineutil2.h"
|
||||
#include <math.h>
|
||||
@@ -64,6 +64,7 @@ S="${WORKDIR}/fontforge-2.0.${PV}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/20170731-startnoui-FindOrMakeEncoding.patch
|
||||
"${FILESDIR}"/20170731-tilepath.patch
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
Reference in New Issue
Block a user