aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 05:20:48 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 20:23:48 +0000
commit0e4370da11d111a428655f46f25264e5bd5db560 (patch)
treea6de319d0f284ebb2bdc88590486e4a9398c80d5
parent7b6d75861b96e8f49f4d9b28e20475def1aa3254 (diff)
downloadports-0e4370da11d111a428655f46f25264e5bd5db560.tar.gz
ports-0e4370da11d111a428655f46f25264e5bd5db560.zip
audio/dcd: Jettison byteswap/endian hacks
-rw-r--r--audio/dcd/Makefile2
1 files changed, 0 insertions, 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>