summaryrefslogtreecommitdiff
path: root/deskutils/cdcat
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
commitb0533230a5dc0d2805b7e7bc9d84de5193b5f32d (patch)
tree06488cf5d0a666243bc87a55c904edf7520f8ef2 /deskutils/cdcat
parentUpdate to version 0.7.2 (diff)
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Diffstat (limited to 'deskutils/cdcat')
-rw-r--r--deskutils/cdcat/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/deskutils/cdcat/Makefile b/deskutils/cdcat/Makefile
index a762d8572a9d..a1aa7fb1d013 100644
--- a/deskutils/cdcat/Makefile
+++ b/deskutils/cdcat/Makefile
@@ -80,11 +80,6 @@ post-patch:
's|/dev/sr0|/dev/cd0|' ${BUILD_WRKSRC}/config.cpp
@${REINPLACE_CMD} -e \
's|-ldl||' ${L7Z_WRKSRC}/Test7Zip/Makefile.in
-.if ${OSVERSION} < 800501
- @${REINPLACE_CMD} -e \
- 's|const struct dirent|struct dirent|' \
- ${L7Z_WRKSRC}/Lib7Zip/OSFunctions_UnixLike.cpp
-.endif
pre-configure:
@cd ${L7Z_WRKSRC} && ./configure --disable-shared \