Index: head/audio/stegosaurus-lv2/files/patch-stegosaurus__synth.c =================================================================== --- head/audio/stegosaurus-lv2/files/patch-stegosaurus__synth.c (nonexistent) +++ head/audio/stegosaurus-lv2/files/patch-stegosaurus__synth.c (revision 549049) @@ -0,0 +1,11 @@ +--- stegosaurus_synth.c.orig 2020-09-19 18:50:38 UTC ++++ stegosaurus_synth.c +@@ -2,6 +2,8 @@ + #include "stegosaurus_synth.h" + #include "noise.h" + ++stegosaurus* stegosaurus_self = 0; ++ + voice* voices[4]; + int next_voice = 0; + int keys[128]; Property changes on: head/audio/stegosaurus-lv2/files/patch-stegosaurus__synth.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/stegosaurus-lv2/files/patch-stegosaurus__synth.h =================================================================== --- head/audio/stegosaurus-lv2/files/patch-stegosaurus__synth.h (nonexistent) +++ head/audio/stegosaurus-lv2/files/patch-stegosaurus__synth.h (revision 549049) @@ -0,0 +1,11 @@ +--- stegosaurus_synth.h.orig 2020-09-19 18:50:03 UTC ++++ stegosaurus_synth.h +@@ -26,7 +26,7 @@ void stegosaurus_synth_set_osc_waves(int, int, int); + #define ENV_STATE_KILL 7 + + +-stegosaurus* stegosaurus_self; ++extern stegosaurus* stegosaurus_self; + + + typedef struct Property changes on: head/audio/stegosaurus-lv2/files/patch-stegosaurus__synth.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property