diff options
Diffstat (limited to 'deskutils/cdcat/Makefile')
-rw-r--r-- | deskutils/cdcat/Makefile | 5 |
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 \ |