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/libSM handle .pc updates. prepare to ...



details:   https://anonhg.NetBSD.org/src/rev/1d27050b4d7c
branches:  trunk
changeset: 372958:1d27050b4d7c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 09:10:58 2023 +0000

description:
handle .pc updates.  prepare to enable uuid support.

diffstat:

 external/mit/xorg/lib/libSM/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 486a32649ace -r 1d27050b4d7c external/mit/xorg/lib/libSM/Makefile
--- a/external/mit/xorg/lib/libSM/Makefile      Sun Jan 08 06:04:43 2023 +0000
+++ b/external/mit/xorg/lib/libSM/Makefile      Sun Jan 08 09:10:58 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2019/01/03 23:39:47 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2023/01/08 09:10:58 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -13,6 +13,8 @@
 INCSDIR=${X11INCDIR}/X11/SM
 
 CPPFLAGS+=     ${X11FLAGS.THREADLIB}
+# XXX not yet; libuuid_ul is not yet ready.
+#CPPFLAGS+=    -DHAVE_LIBUUID
 
 CONN_DEFINES=  ${X11FLAGS.CONNECTION} -DICE_t
 
@@ -30,6 +32,7 @@
 COPTS.sm_manager.c=    -Wno-error
 
 PKGDIST=       ${LIB}
+PKGCONFIG_SED_FLAGS=   -e "s,@UUID_PC@,," -e "s,@UUID_LIB_PRIVATE@,,"
 
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index