diff options
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> |