diff options
| author | mrg <mrg@NetBSD.org> | 2014-03-23 20:40:18 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2014-03-23 20:40:18 +0000 |
| commit | e4f575f653b81eedd4fa7dafe01b0b0cb7fc5ccc (patch) | |
| tree | 6cbec7ce0cf0b59b56bece351bf52cbf304bcca5 /external/mit/xorg/include | |
| parent | c7789b672eff1c04713f05dc87260b09861efdb0 (diff) | |
allow for .pc substitutions to be listed per makefile
(could maybe do per-target, as well.) fix the remaining
substitutions for xcb-proto, fontconfig and xorg-server.
(XXX: move many per-package-specific parts out of
bsd.x11.mk itself, into the relevant Makefile.)
Diffstat (limited to 'external/mit/xorg/include')
| -rw-r--r-- | external/mit/xorg/include/xcb-proto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/external/mit/xorg/include/xcb-proto/Makefile b/external/mit/xorg/include/xcb-proto/Makefile index b80722325b3..75ac833a227 100644 --- a/external/mit/xorg/include/xcb-proto/Makefile +++ b/external/mit/xorg/include/xcb-proto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/03/16 23:25:15 mrg Exp $ +# $NetBSD: Makefile,v 1.4 2014/03/23 20:40:18 mrg Exp $ .include <bsd.own.mk> @@ -14,6 +14,8 @@ FILES= bigreq.xml composite.xml damage.xml dpms.xml dri2.xml dri3.xml \ FILESDIR=${X11SHAREDIR}/xcb PKGCONFIG= xcb-proto +PKGCONFIG_SED_FLAGS= \ + -e "s,@pythondir@,," NOPROG= # defined |
