diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 11:52:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 11:52:05 +0000 |
commit | e974d818feeab9835e4fdaa0145be356b4dc9da2 (patch) | |
tree | ae2f44524f94717695d2af1fbc5fbb97d834a2a5 /print/cups-base | |
parent | 480214bdad2a883f8a2db35c3aaf604643886eab (diff) | |
download | ports-e974d818feeab9835e4fdaa0145be356b4dc9da2.tar.gz ports-e974d818feeab9835e4fdaa0145be356b4dc9da2.zip |
Notes
Diffstat (limited to 'print/cups-base')
-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} \ |