aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-07-03 18:43:49 +0800
committergarga <garga@FreeBSD.org>2006-07-03 18:43:49 +0800
commit44e41bf42a1ef1e1e44b5c6d8c6c8ded396898e8 (patch)
treed86845616fefc14d609187980e255edfb55a7318 /editors
parentc213cf7c33050e4a733d127a83bfc5e7f4be1c0e (diff)
downloadfreebsd-ports-gnome-44e41bf42a1ef1e1e44b5c6d8c6c8ded396898e8.tar.gz
freebsd-ports-gnome-44e41bf42a1ef1e1e44b5c6d8c6c8ded396898e8.tar.zst
freebsd-ports-gnome-44e41bf42a1ef1e1e44b5c6d8c6c8ded396898e8.zip
Make it respect ${CC} and ${CFLAGS}
PR: ports/99656 Submitted by: maintainer
Diffstat (limited to 'editors')
-rw-r--r--editors/wily/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile
index 359654951271..1e26eb31aa46 100644
--- a/editors/wily/Makefile
+++ b/editors/wily/Makefile
@@ -45,7 +45,9 @@ post-patch:
# Run the configure script in the tools directory.
post-configure:
@${RM} ${WRKSRC}/tools/win/config.cache
- cd ${WRKSRC}/tools/win; ./configure --prefix=${PREFIX}
+ cd ${WRKSRC}/tools/win && \
+ ${SETENV} CC=${CC} "CFLAGS=${CFLAGS}" \
+ ${SH} ./configure --prefix=${PREFIX}
# The default Wily makefile does not install any documentation. Rectify.
post-install: