View | Details | Raw Unified | Return to bug 237867 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins
15
RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins
16
LIB_DEPENDS=	libasound.so:audio/alsa-lib
16
LIB_DEPENDS=	libasound.so:audio/alsa-lib
17
17
18
USES=		cmake dos2unix
18
USES=		cmake compiler:c++11-lang dos2unix
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	OpenShot
21
GH_ACCOUNT=	OpenShot
(-)files/patch-JuceLibraryCode_modules_juce__core_containers_juce__ArrayBase.h (+11 lines)
Line 0 Link Here
1
--- JuceLibraryCode/modules/juce_core/containers/juce_ArrayBase.h.orig	2019-05-12 15:54:32 UTC
2
+++ JuceLibraryCode/modules/juce_core/containers/juce_ArrayBase.h
3
@@ -20,6 +20,8 @@
4
   ==============================================================================
5
 */
6
 
7
+#include <cstring>
8
+
9
 namespace juce
10
 {
11
 
(-)files/patch-JuceLibraryCode_modules_juce__core_memory_juce__Memory.h (+11 lines)
Line 0 Link Here
1
--- JuceLibraryCode/modules/juce_core/memory/juce_Memory.h.orig	2019-05-12 15:56:02 UTC
2
+++ JuceLibraryCode/modules/juce_core/memory/juce_Memory.h
3
@@ -20,6 +20,8 @@
4
   ==============================================================================
5
 */
6
 
7
+#include <cstring>
8
+
9
 namespace juce
10
 {
11
 

Return to bug 237867