aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-28 11:52:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-28 11:52:05 +0000
commite974d818feeab9835e4fdaa0145be356b4dc9da2 (patch)
treeae2f44524f94717695d2af1fbc5fbb97d834a2a5 /print
parent480214bdad2a883f8a2db35c3aaf604643886eab (diff)
downloadports-e974d818feeab9835e4fdaa0145be356b4dc9da2.tar.gz
ports-e974d818feeab9835e4fdaa0145be356b4dc9da2.zip
- fix build on CURRENT
Submitted by: kwm
Notes
Notes: svn path=/head/; revision=251624
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile1
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} \