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/libICE handle @LIBBSD_LIBS@ in the new...



details:   https://anonhg.NetBSD.org/src/rev/486a32649ace
branches:  trunk
changeset: 372957:486a32649ace
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 06:04:43 2023 +0000

description:
handle @LIBBSD_LIBS@ in the new .pc file.

diffstat:

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

diffs (17 lines):

diff -r 270c6e06dd5b -r 486a32649ace external/mit/xorg/lib/libICE/Makefile
--- a/external/mit/xorg/lib/libICE/Makefile     Sun Jan 08 05:25:24 2023 +0000
+++ b/external/mit/xorg/lib/libICE/Makefile     Sun Jan 08 06:04:43 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2017/03/03 20:48:02 mrg Exp $
+#      $NetBSD: Makefile,v 1.7 2023/01/08 06:04:43 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -21,6 +21,7 @@
 CPPFLAGS+=     $(TRANS_INCLUDES) $(CONN_DEFINES) $(SOCK_DEFINES)
 
 PKGDIST=       ${LIB}
+PKGCONFIG_SED_FLAGS=   -e "s,@LIBBSD_LIBS@,,"
 
 CWARNFLAGS.clang+=     -Wno-string-plus-int
 



Home | Main Index | Thread Index | Old Index