diff options
| author | mrg <mrg@NetBSD.org> | 2023-01-08 09:10:58 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2023-01-08 09:10:58 +0000 |
| commit | dcbedcb712b48835bd7131aedfaae8f31758ce5a (patch) | |
| tree | 9dba227ade368fa238b47b111805c9df184a8ede /external/mit/xorg | |
| parent | 587e3aa23e595a01f0087583a0056a8e580af880 (diff) | |
handle .pc updates. prepare to enable uuid support.
Diffstat (limited to 'external/mit/xorg')
| -rw-r--r-- | external/mit/xorg/lib/libSM/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/external/mit/xorg/lib/libSM/Makefile b/external/mit/xorg/lib/libSM/Makefile index f68c3a152a2..359ad9cda26 100644 --- a/external/mit/xorg/lib/libSM/Makefile +++ b/external/mit/xorg/lib/libSM/Makefile @@ -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 @@ INCS= SM.h SMlib.h SMproto.h 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_client.c= -Wno-error 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> |
