pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
efl-current: Fix ERROR: [check-interpreter.mk]
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Mon May 11 17:35:50 2020 +0200
Changeset: 8b35e27a27aa6c5f9ff23e00fd4d3a25b3390a37
Modified Files:
efl-current/Makefile
Log Message:
efl-current: Fix ERROR: [check-interpreter.mk]
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8b35e27a27aa6c5f9ff23e00fd4d3a25b3390a37
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
efl-current/Makefile | 12 ++++++++++++
1 file changed, 12 insertions(+)
diffs:
diff --git a/efl-current/Makefile b/efl-current/Makefile
index 2aa70e529f..7d042f15ff 100644
--- a/efl-current/Makefile
+++ b/efl-current/Makefile
@@ -28,6 +28,7 @@ MESON_ARGS+= -Dsystemd=false
MESON_ARGS+= -Deeze=false
MESON_ARGS+= -Dpulseaudio=false
MESON_ARGS+= -Dbuild-tests=false
+MESON_ARGS+= -Dbuild-examples=false
MESON_ARGS+= -Dphysics=true
MESON_ARGS+= -Davahi=true
MESON_ARGS+= -Dsdl=true
@@ -36,6 +37,16 @@ USE_LANGUAGES= c c++
USE_TOOLS= pkg-config
ICON_THEMES= yes
+SUBST_CLASSES+= fix-paths
+SUBST_STAGE.fix-paths= pre-configure
+SUBST_MESSAGE.fix-paths= Fixing exactness library paths.
+SUBST_FILES.fix-paths= src/bin/exactness/*.in
+SUBST_SED.fix-paths= -e 's,@EXACTNESS_PLAY_PRELOAD_PATH@,${PREFIX}/lib/libexactness_play.so.${PKGVERSION},g'
+SUBST_SED.fix-paths+= -e 's,@EXACTNESS_RECORD_PRELOAD_PATH@,${PREFIX}/lib/libexactness_record.so.${PKGVERSION},g'
+
+REPLACE_PYTHON+= src/bin/exactness/exactness_play.in
+REPLACE_PYTHON+= src/bin/exactness/exactness_record.in
+
BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
.include "../../audio/libsndfile/buildlink3.mk"
@@ -51,6 +62,7 @@ BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
.include "../../graphics/tiff/buildlink3.mk"
.include "../../inputmethod/scim/buildlink3.mk"
.include "../../lang/LuaJIT2/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../net/avahi/buildlink3.mk"
.include "../../print/libspectre/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index