aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-07-31 06:05:16 +0800
committerlofi <lofi@FreeBSD.org>2004-07-31 06:05:16 +0800
commitdb513632c7bd4f9214bf7d2f58ef5feda40966fb (patch)
treeae570dcc816f4b1a8fa954f56003a1a53d283f48 /print
parent435b18075a0458beb41c89ae38aef6e04257aed4 (diff)
downloadfreebsd-ports-gnome-db513632c7bd4f9214bf7d2f58ef5feda40966fb.tar.gz
freebsd-ports-gnome-db513632c7bd4f9214bf7d2f58ef5feda40966fb.tar.zst
freebsd-ports-gnome-db513632c7bd4f9214bf7d2f58ef5feda40966fb.zip
Prevent configure from setting CXX=CC and falling over with gcc-3.4.2
because of it afterwards.
Diffstat (limited to 'print')
-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 ...