1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
Commit graph

1 commit

Author SHA1 Message Date
Tijl Coosemans
77a7978c6a Rewrite the port so we build our own Linux package from the upstream
.src.rpm with patches derived from the audio/alsa-plugins port.  This
should improve sound output from Linux programs.

CFLAGS contains -nostdinc -isystem ... because gcc searches
/usr/local/include before /usr/include otherwise and picks up headers from
/usr/local/include/alsa instead of /compat/linux/usr/include/alsa.

PR:		240043
2019-09-08 20:47:57 +00:00