aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-06-29 11:42:31 +0800
committerlinimon <linimon@FreeBSD.org>2011-06-29 11:42:31 +0800
commitf82b951b68876a7d8553481bc9774592eee731dd (patch)
treef5bc3f8f55130437af6ce64040d0933e614f628f /graphics
parentd5b724dce4556f869411a5904088c29404436ce6 (diff)
downloadfreebsd-ports-gnome-f82b951b68876a7d8553481bc9774592eee731dd.tar.gz
freebsd-ports-gnome-f82b951b68876a7d8553481bc9774592eee731dd.tar.zst
freebsd-ports-gnome-f82b951b68876a7d8553481bc9774592eee731dd.zip
Attempt to fix build with non-base compiler.
Spotted on: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r--graphics/grx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile
index af4bc5b155c6..158287a15769 100644
--- a/graphics/grx/Makefile
+++ b/graphics/grx/Makefile
@@ -100,7 +100,7 @@ post-patch:
s|^(LDOPT =)|\1 ${LDFLAGS}|;' \
-e 's|lib64|lib|' \
${WRKSRC}/makedefs.grx
- @${REINPLACE_CMD} -e 's/gcc/${CC}/' -e 's|lib64|lib|' \
+ @${REINPLACE_CMD} -e 's|gcc|${CC}|' -e 's|lib64|lib|' \
${WRKSRC}/src/makefile.[lx]*
.include <bsd.port.post.mk>