diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-04 07:17:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-04 07:17:52 +0000 |
commit | 691a2128c81243b12bdaabcb7b09432b1ac46307 (patch) | |
tree | 254c335dac38c8c2b7f19301aedbf0b9e54358d2 /x11/9box/Makefile | |
parent | - Fix build (diff) |
- Respect CC
PR: ports/65150
Submitted by: michael johnson <ahze@ahze.net>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=106101
Diffstat (limited to 'x11/9box/Makefile')
-rw-r--r-- | x11/9box/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/9box/Makefile b/x11/9box/Makefile index 1cdb6f469ace..ac66bd541601 100644 --- a/x11/9box/Makefile +++ b/x11/9box/Makefile @@ -24,7 +24,8 @@ USE_GMAKE= yes BUILD_WRKSRC= ${WRKSRC}/src post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ + @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g; \ + s|%%CC%%|${CC}|g' \ ${WRKSRC}/src/Makefile do-install: |