summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-07-10 17:08:06 +0000
committerChris Rees <crees@FreeBSD.org>2011-07-10 17:08:06 +0000
commitef2503c9698546284df1538a3301d03d929a4874 (patch)
treec31787ded0318a1b0e5db432146616320f363018 /print
parent- update to 0.1.13 (diff)
Fix build with clang
PR: ports/158537 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Approved by: rene (mentor, implicit)
Notes
Notes: svn path=/head/; revision=277470
Diffstat (limited to 'print')
-rw-r--r--print/lprps-letter/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/lprps-letter/Makefile b/print/lprps-letter/Makefile
index 9b76d902dc82..9e6e1acb9174 100644
--- a/print/lprps-letter/Makefile
+++ b/print/lprps-letter/Makefile
@@ -32,6 +32,9 @@ PS= ${PAPERSIZE:U}
@${FALSE}
.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's/^\(CC[^g]*\)cc$$/\1${CC}/' ${WRKSRC}/Makefile
+
do-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC} && \