diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-06-29 03:42:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-06-29 03:42:31 +0000 |
commit | db1d32c00b661a4d87d4af6d6b0919669991229e (patch) | |
tree | 9c483d9e8a906f290d35bfcffb7af72adf04ab3a /graphics/grx | |
parent | - Update to 0.7.0 (diff) |
Attempt to fix build with non-base compiler.
Spotted on: pointyhat
Diffstat (limited to 'graphics/grx')
-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> |