aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/cups-base/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 366391d08ab1..e7ed8032e077 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -30,6 +30,8 @@ post-patch:
${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile
@${REINPLACE_CMD} -e 's|/etc/cups|/usr/local/etc/cups|g' \
${WRKSRC}/man/*.man
+ @${REINPLACE_CMD} -e 's|CXX="$$CC"||g' \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
pre-install:
@${ECHO_MSG} "===>" Stopping cupsd ...