pkgsrc-WIP-changes archive

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

cinnamon-desktop: Build fixes.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Tue Jul 31 10:25:15 2018 +0100
Changeset:	05417e41575efbf73b62f8583207433858dead11

Modified Files:
	cinnamon-desktop/Makefile

Log Message:
cinnamon-desktop: Build fixes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=05417e41575efbf73b62f8583207433858dead11

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cinnamon-desktop/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/cinnamon-desktop/Makefile b/cinnamon-desktop/Makefile
index d5eb2d5bc0..637e4e191d 100644
--- a/cinnamon-desktop/Makefile
+++ b/cinnamon-desktop/Makefile
@@ -23,6 +23,11 @@ PKGCONFIG_OVERRIDE+=	libcinnamon-desktop/cinnamon-desktop.pc.in
 
 BUILD_DEPENDS+=		autoconf-archive-[0-9]*:../../devel/autoconf-archive
 
+MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/libcvc:${WRKSRC}/output/libcinnamon-desktop
+
+pre-install:
+	${CHMOD} +x ${WRKSRC}/install-scripts/meson_install_schemas.py
+
 .include "../../devel/py-meson/build.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../lang/python/application.mk"


Home | Main Index | Thread Index | Old Index