git: 0e4370da11d1 - main - audio/dcd: Jettison byteswap/endian hacks
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 22:59:38 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e4370da11d111a428655f46f25264e5bd5db560 commit 0e4370da11d111a428655f46f25264e5bd5db560 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-31 05:20:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-31 20:23:48 +0000 audio/dcd: Jettison byteswap/endian hacks --- audio/dcd/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/audio/dcd/Makefile b/audio/dcd/Makefile index dd0d9151f3cb..4cca67b11076 100644 --- a/audio/dcd/Makefile +++ b/audio/dcd/Makefile @@ -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>