Date: Sun, 31 Dec 2023 22:59:38 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0e4370da11d1 - main - audio/dcd: Jettison byteswap/endian hacks Message-ID: <202312312259.3BVMxc6G096224@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312312259.3BVMxc6G096224>