diff options
-rw-r--r-- | print/cups-base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 2b1e8ea8be28..b292908dcda0 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -268,6 +268,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/etc/cups|${LOCALBASE}/etc/cups|g' ${WRKSRC}/man/*.man* @${REINPLACE_CMD} -e 's|-lpthreads.*;|${PTHREAD_LIBS};|g' \ -e 's|/private/etc/pam.d|${LOCALBASE}/etc/pam.d|' \ + -e 's|-D_LARGEFILE64_SOURCE||g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .if defined(CUPS_CLIENT) @${REINPLACE_CMD} \ |