diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-28 19:52:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-28 19:52:05 +0800 |
commit | 6eae22f7155cf97aa679fc65dff37cc6b565cfab (patch) | |
tree | 7da6ee2e69817a3eed0b68148775698e928bf4dc /print | |
parent | fe98ddb77a12a85e615d2248ca76e04ddadcb999 (diff) | |
download | freebsd-ports-gnome-6eae22f7155cf97aa679fc65dff37cc6b565cfab.tar.gz freebsd-ports-gnome-6eae22f7155cf97aa679fc65dff37cc6b565cfab.tar.zst freebsd-ports-gnome-6eae22f7155cf97aa679fc65dff37cc6b565cfab.zip |
- fix build on CURRENT
Submitted by: kwm
Diffstat (limited to 'print')
-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} \ |