Skip to content

Commit

Permalink
audio/dexed: Fix install on non-Intel architectures; add comment to p…
Browse files Browse the repository at this point in the history
…atch
  • Loading branch information
yurivict committed Apr 13, 2022
1 parent 9665649 commit fddc379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion audio/dexed/Makefile
Expand Up @@ -56,6 +56,6 @@ do-install: # workaround for https://github.com/asb2m10/dexed/issues/342

do-install-VST3-on:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/vst
${INSTALL_LIB} ${BUILD_WRKSRC}/Source/Dexed_artefacts/Release/VST3/Dexed.vst3/Contents/x86_64-linux/Dexed.so ${STAGEDIR}${PREFIX}/lib/vst
${INSTALL_LIB} ${BUILD_WRKSRC}/Source/Dexed_artefacts/Release/VST3/Dexed.vst3/Contents/*/Dexed.so ${STAGEDIR}${PREFIX}/lib/vst

.include <bsd.port.mk>
@@ -1,3 +1,5 @@
- otherwise it fails with unknown 'environ' symbol, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263265

--- libs/JUCE/modules/juce_core/native/juce_linux_Files.cpp.orig 2022-04-13 18:55:08 UTC
+++ libs/JUCE/modules/juce_core/native/juce_linux_Files.cpp
@@ -21,7 +21,7 @@
Expand Down

0 comments on commit fddc379

Please sign in to comment.