aboutsummaryrefslogtreecommitdiff
path: root/print/cups-base
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-07-30 22:05:16 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-07-30 22:05:16 +0000
commit0251351f106cd4c831b6cf1b9f1ba060eed408ca (patch)
tree8c4f2c871b054de6cb7fee11720e65e7e680ae9c /print/cups-base
parent2dba5c34e98944df0be5599ad5d558b8800f07c1 (diff)
downloadports-0251351f106cd4c831b6cf1b9f1ba060eed408ca.tar.gz
ports-0251351f106cd4c831b6cf1b9f1ba060eed408ca.zip
Notes
Diffstat (limited to 'print/cups-base')
-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 ...