1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

audio/dcd: Jettison byteswap/endian hacks

This commit is contained in:
Muhammad Moinur Rahman 2023-12-31 06:20:48 +01:00
parent 7b6d75861b
commit 0e4370da11

View File

@ -24,7 +24,5 @@ post-patch:
${WRKSRC}/dcd.c ${WRKSRC}/infinite.c
# Linux? Bugger off!
${REINPLACE_CMD} -e 's|linux/||' ${WRKSRC}/process.c
${REINPLACE_CMD} -e 's|<endian|<sys/endian|; s|__BYTE_ORDER|_BYTE_ORDER|' \
${WRKSRC}/endian.h
.include <bsd.port.mk>