- 19 Jun, 2022 1 commit
-
-
Jeremy Huddleston Sequoia authored
This allows systems that don't have zlib.pc (eg: darwin) to build by specifying ZLIB_CFLAGS and ZLIB_LIBS in the build environment Signed-off-by:
Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-
- 06 Apr, 2022 1 commit
-
-
Alan Coopersmith authored
Fixes: #6 Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 03 Apr, 2022 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 04 Dec, 2021 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 28 Nov, 2021 1 commit
-
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 27 Oct, 2019 2 commits
-
-
Maya Rashish authored
Used by freefonts. Signed-off-by:
Maya Rashish <maya@NetBSD.org>
-
Maya Rashish authored
Signed-off-by:
Maya Rashish <maya@NetBSD.org>
-
- 21 Mar, 2019 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 07 Mar, 2019 1 commit
-
-
Alan Coopersmith authored
This reverts commit 1f9d14be. It caused #5
-
- 02 Mar, 2019 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 19 Feb, 2019 28 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
mkfontdir: Fix issues where mkfontscale and mkfontdir are installed in different locations or bindir contains a space https://bugs.freedesktop.org/show_bug.cgi?id=24465 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Fix commit ad5fefcc7a0a0beb1c02270d9f28c8b28da61199 for non-srcdir builds Signed-off-by:
Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Solaris make won't substitute $< in explicit rules, only implicit ones Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Use the Autoconf recommended way of substituting bindir, see http://www.gnu.org/software/autoconf/manual/autoconf.html Use # sign for comment in script. Only sed is used, drop the cpp terminology. Reviewed-by:
Rémi Cardona <remi@gentoo.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Using s/[ \t]*$// Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Signed-off-by:
Jesse Adkins <jesserayadkins@gmail.com>
-
Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com>
-
-
-
Also convert (1) to (__appmansuffix__)
-
-
mkfontdir: Find mkfontscale through @bindir@ rather than AC_PATH_PROG, since the one in the path could be from an old install that doesn't support all the needed flags.
-
-
-
-
-
-
-
-
-
-
-
- 06 Jan, 2019 1 commit
-
-
Alan Coopersmith authored
ident.c:84:13: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] int n = strlen(filename); ~ ^~~~~~~~~~~~~~~~ ident.c:130:9: warning: implicit conversion loses integer precision: 'off64_t' (aka 'long') to 'int' [-Wshorten-64-to-32] return gzseek(ff->f.gz, offset, whence); ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ident.c:140:17: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] n = offset - ff->pos; ~ ~~~~~~~^~~~~~~~~ ident.c:143:10: warning: implicit conversion loses integer precision: 'off_t' (aka 'long') to 'int' [-Wshorten-64-to-32] n = offset; ~ ^~~~~~ ident.c:156:12: warning: implicit conversion loses integer precision: 'off_t' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32] ff->pos = offset; ~ ^~~~~~ ident.c:157:9: warning...
-