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/libfontenc updates for libfontenc 1.1.6.



details:   https://anonhg.NetBSD.org/src/rev/10296996ea63
branches:  trunk
changeset: 369934:10296996ea63
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Sep 09 03:49:19 2022 +0000

description:
updates for libfontenc 1.1.6.

diffstat:

 external/mit/xorg/lib/libfontenc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9ef3a0bf675f -r 10296996ea63 external/mit/xorg/lib/libfontenc/Makefile
--- a/external/mit/xorg/lib/libfontenc/Makefile Fri Sep 09 03:46:29 2022 +0000
+++ b/external/mit/xorg/lib/libfontenc/Makefile Fri Sep 09 03:49:19 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2016/01/05 13:07:46 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2022/09/09 03:49:19 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -14,6 +14,7 @@
 CPPFLAGS+=     -DFONTENC_NO_LIBFONT
 CPPFLAGS+=     -DFONT_ENCODINGS_DIRECTORY=\"${X11FONTDIR}/encodings/encodings.dir\"
 CPPFLAGS+=     -I${DESTDIR}${X11INCDIR}/X11/fonts
+CPPFLAGS+=     -DHAVE_REALLOCARRAY -D_OPENBSD_SOURCE
 
 LIBDPLIBS+=    z ${NETBSDSRCDIR}/lib/libz
 



Home | Main Index | Thread Index | Old Index