Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/share/mk Pullup additional patches requested by mrg in ti...



details:   https://anonhg.NetBSD.org/src/rev/8af5ec8d1402
branches:  netbsd-6
changeset: 776845:8af5ec8d1402
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Dec 25 05:14:07 2014 +0000

description:
Pullup additional patches requested by mrg in ticket #1178:

share/mk/bsd.x11.mk                             patch

        - Fix unexpanded @@ in .pc files.

diffstat:

 share/mk/bsd.x11.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7a7df1c1404a -r 8af5ec8d1402 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Thu Dec 25 05:08:19 2014 +0000
+++ b/share/mk/bsd.x11.mk       Thu Dec 25 05:14:07 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.105 2012/01/17 19:40:08 njoly Exp $
+#      $NetBSD: bsd.x11.mk,v 1.105.2.1 2014/12/25 05:14:07 msaitoh Exp $
 
 .include <bsd.init.mk>
 
@@ -264,6 +264,7 @@
                    ${PKGDIST.${.PREFIX}}/configure); \
        fi; \
        ${TOOL_SED} \
+               ${PKGCONFIG_SED_FLAGS} \
                -e "s,@prefix@,${X11ROOTDIR},; \
                s,@INSTALL_DIR@,${X11ROOTDIR},; \
                s,@exec_prefix@,\\$$\{prefix\},; \



Home | Main Index | Thread Index | Old Index