diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 23:20:48 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-25 23:20:48 +0800 |
commit | 1ec1b81fd4215c7e6f65bba3f70a33488e3eb491 (patch) | |
tree | 3121c368c9565dd408ed211e017be407760f9282 /sysutils | |
parent | 6910758ae1f8805d8be7393d29e80c897862852d (diff) | |
download | freebsd-ports-gnome-1ec1b81fd4215c7e6f65bba3f70a33488e3eb491.tar.gz freebsd-ports-gnome-1ec1b81fd4215c7e6f65bba3f70a33488e3eb491.tar.zst freebsd-ports-gnome-1ec1b81fd4215c7e6f65bba3f70a33488e3eb491.zip |
- Respect CFLAGS
PR: ports/69563
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gkrellfire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gkrellfire/Makefile b/sysutils/gkrellfire/Makefile index ed91f6fd09cd..535f0c4d0473 100644 --- a/sysutils/gkrellfire/Makefile +++ b/sysutils/gkrellfire/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes post-extract: - @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/build + @${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|g' ${WRKSRC}/build do-build: @cd ${WRKSRC} && ./build |