Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/libXfont2 updates for libXfont2 2.0.6.



details:   https://anonhg.NetBSD.org/src/rev/4142b18a42f8
branches:  trunk
changeset: 369935:4142b18a42f8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Sep 09 03:56:39 2022 +0000

description:
updates for libXfont2 2.0.6.

diffstat:

 external/mit/xorg/lib/libXfont2/Makefile |  14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 10296996ea63 -r 4142b18a42f8 external/mit/xorg/lib/libXfont2/Makefile
--- a/external/mit/xorg/lib/libXfont2/Makefile  Fri Sep 09 03:49:19 2022 +0000
+++ b/external/mit/xorg/lib/libXfont2/Makefile  Fri Sep 09 03:56:39 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2021/11/16 09:25:51 nia Exp $
+#      $NetBSD: Makefile,v 1.9 2022/09/09 03:56:39 mrg Exp $
 
 USE_FORT?=     yes # data-driven bugs?
 
@@ -103,7 +103,14 @@
 INCSDIR=${X11INCDIR}/X11/fonts
 
 CPPFLAGS+=     ${X11FLAGS.THREADLIB} ${X11FLAGS.CONNECTION}
-CPPFLAGS+=     -DHAS_SNPRINTF -DHAVE_CONFIG_H
+CPPFLAGS+=     -DHAS_SNPRINTF
+CPPFLAGS+=     -DHAVE_REALLOCARRAY -D_OPENBSD_SOURCE
+CPPFLAGS+=     -DHAVE_READLINK
+CPPFLAGS+=     -DHAVE_STDINT_H
+CPPFLAGS+=     -DHAVE_STRLCPY
+CPPFLAGS+=     -DHAVE_ERR_H
+CPPFLAGS+=     -DHAVE_REALPATH
+CPPFLAGS+=     -DHAS_SNPRINTF
 CPPFLAGS+=      -DBDFFORMAT -DSNFFORMAT -DPCFFORMAT -DX_GZIP_FONT_COMPRESSION -DX_BZIP2_FONT_COMPRESSION
 CPPFLAGS+=     -DFONT_ENCODINGS_DIRECTORY=\"${X11LIBDIR}/X11/fonts/encodings/encodings.dir\" 
 CPPFLAGS+=     -I${XFONT2DIR}/src/stubs
@@ -132,5 +139,8 @@
 
 PKGDIST=       ${LIB}
 
+PKGCONFIG_SED_FLAGS= \
+       -e "s,@Z_REQUIRES@,zlib,"
+
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index