From 5105780a5635f01d48cfd054fd4b4fa58767c711 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 3 Jul 2006 10:43:49 +0000 Subject: Make it respect ${CC} and ${CFLAGS} PR: ports/99656 Submitted by: maintainer --- editors/wily/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors/wily') 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: -- cgit v1.2.3