1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Respect CC

This commit is contained in:
Pav Lucistnik 2006-12-24 22:28:13 +00:00
parent 08d1eadca0
commit a6c17ea4f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180672

View File

@ -22,7 +22,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
ALL_TARGET= gkrellweather.so
MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS}
MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS} CC=${CC}
.include <bsd.port.pre.mk>