Package Details: lib32-libttf2 1.3.1-1

Git Clone URL: https://aur.archlinux.org/lib32-libttf2.git (read-only, click to copy)
Package Base: lib32-libttf2
Description: A free, high-quality, and portable font engine (32-bit)
Upstream URL: https://www.freetype.org/freetype1/
Licenses: GPL
Submitter: Mischa85
Maintainer: Mischa85
Last Packager: Mischa85
Votes: 0
Popularity: 0.000000
First Submitted: 2021-09-25 15:12 (UTC)
Last Updated: 2021-09-25 15:12 (UTC)

Latest Comments

MarsSeed commented on 2022-04-08 10:36 (UTC)

Build fails:

gcc -m32 -c -march=native -O3 -pipe -fno-plt -fexceptions -Wformat -Werror=format-security -Wstrict-aliasing -Wno-deprecated -Wno-deprecated-declarations -fstack-clash-protection -fcf-protection -fstack-protector-strong -flto=auto -I. -I.. -I/home/user/.cache/yay/lib32-libttf2/src/freetype-1.3.1/lib/arch/unix/../.. -I/home/user/.cache/yay/lib32-libttf2/src/freetype-1.3.1/lib/arch/unix/../../extend  -fPIC -DPIC /home/user/.cache/yay/lib32-libttf2/src/freetype-1.3.1/lib/arch/unix/../../extend/ftxcmap.c -o ftxcmap.lo

In file included from /home/user/.cache/yay/lib32-libttf2/src/freetype-1.3.1/lib/arch/unix/../../arch/unix/freetype.c:18:
./file.c: In function 'TT_Open_Stream':
./file.c:449:12: warning: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration]
449 |     file = open( (String*)filepathname, O_RDONLY );
    |            ^~~~
    |            popen
./file.c:449:41: error: 'O_RDONLY' undeclared (first use in this function)
449 |     file = open( (String*)filepathname, O_RDONLY );
    |                                         ^~~~~~~~
./file.c:449:41: note: each undeclared identifier is reported only once for each function it appears in