ustreamer icon indicating copy to clipboard operation
ustreamer copied to clipboard

-latomic isn't needed on FreeBSD

Open yurivict opened this issue 1 year ago • 2 comments

We patch it out in the port.

yurivict avatar Aug 16 '24 04:08 yurivict

Does it break compilation?

mdevaev avatar Aug 16 '24 19:08 mdevaev

Yes:

== LD ustreamer-dump.bin
ld: error: unable to find library -latomic
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:112: ustreamer.bin] Error 1
gmake[2]: *** Waiting for unfinished jobs....
ld: error: unable to find library -latomic
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:117: ustreamer-dump.bin] Error 1
gmake[2]: Leaving directory '/usr/ports/multimedia/ustreamer/work/ustreamer-6.13/src'
gmake[1]: *** [Makefile:46: apps] Error 2

yurivict avatar Aug 16 '24 19:08 yurivict

Fixed.

mdevaev avatar Mar 05 '25 15:03 mdevaev