pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ardour: Fix RPATH
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Jun 18 18:07:00 2016 +0200
Changeset: 468d2333aca06e3e469c5e18024da5fe4fe966d5
Modified Files:
ardour/Makefile
Log Message:
ardour: Fix RPATH
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=468d2333aca06e3e469c5e18024da5fe4fe966d5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ardour/Makefile | 9 +++++++++
1 file changed, 9 insertions(+)
diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index f2502d5..779746b 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -128,6 +128,15 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 35 # as of 4.4
BUILDLINK_TRANSFORM+= rm:-ldl
.endif
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4/LV2/reasonablesynth.lv2
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4/backends
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4/engines
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4/panners
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4/surfaces
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4/utils
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4/vamp
+
pre-configure:
${SED} -e 's!REVISION!${PKGVERSION_NOREV}!' \
${FILESDIR}/revision.cc > ${WRKSRC}/libs/ardour/revision.cc
Home |
Main Index |
Thread Index |
Old Index