On 2019/12/16 05:54, Frederic Cambus wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2019/12/16 05:54:30
>
> Modified files:
> audio/ocp : Makefile distinfo
> audio/ocp/pkg : PLIST
> Removed files:
> audio/ocp/patches: patch-config_h_in patch-configure
> patch-stuff_poutput-sdl_c
>
> Log message:
> Update ocp to 0.2.1.
>
> This version now uses SDL2.
>
Fails on i386:
cc -O2 -pipe -I/usr/local/include -L/usr/local/lib
-I/usr/local/include/libbinio -fPIC -Wall -I.././ -O mixasm.c -o mixasm.o -c
cc: warning: argument unused during compilation: '-L/usr/local/lib'
[-Wunused-command-line-argument]
mixasm.c:94:16: warning: unknown attribute 'optimize' ignored
[-Wunknown-attributes]
__attribute__((optimize("-fno-omit-frame-pointer"))) /* we use the stack, so we
need all access to go via EBP, not ESP */
^
error: this directive must appear between .cfi_startproc and .cfi_endproc
directives
error: Unfinished frame!
1 warning and 2 errors generated.