Module Name: src
Committed By: mrg
Date: Sun Jan 8 06:04:44 UTC 2023
Modified Files:
src/external/mit/xorg/lib/libICE: Makefile
Log Message:
handle @LIBBSD_LIBS@ in the new .pc file.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/libICE/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/libICE/Makefile
diff -u src/external/mit/xorg/lib/libICE/Makefile:1.6 src/external/mit/xorg/lib/libICE/Makefile:1.7
--- src/external/mit/xorg/lib/libICE/Makefile:1.6 Fri Mar 3 20:48:02 2017
+++ src/external/mit/xorg/lib/libICE/Makefile Sun Jan 8 06:04:43 2023
@@ -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+= -DHAVE_ASPRINTF -DHAVE_ARC4RA
CPPFLAGS+= $(TRANS_INCLUDES) $(CONN_DEFINES) $(SOCK_DEFINES)
PKGDIST= ${LIB}
+PKGCONFIG_SED_FLAGS= -e "s,@LIBBSD_LIBS@,,"
CWARNFLAGS.clang+= -Wno-string-plus-int