diff options
author | linimon <linimon@FreeBSD.org> | 2011-06-29 11:42:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-06-29 11:42:31 +0800 |
commit | f82b951b68876a7d8553481bc9774592eee731dd (patch) | |
tree | f5bc3f8f55130437af6ce64040d0933e614f628f /graphics | |
parent | d5b724dce4556f869411a5904088c29404436ce6 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |