diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-21 03:32:39 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-21 03:32:39 +0800 |
commit | b30a0528adcb5402b2b782818bfbacc30e522a2f (patch) | |
tree | 2ae9e1593b29ed28637a9cbae361c9e3af678802 /science | |
parent | ec0617588a58221b0f33e8f668acb551394883e6 (diff) | |
download | freebsd-ports-gnome-b30a0528adcb5402b2b782818bfbacc30e522a2f.tar.gz freebsd-ports-gnome-b30a0528adcb5402b2b782818bfbacc30e522a2f.tar.zst freebsd-ports-gnome-b30a0528adcb5402b2b782818bfbacc30e522a2f.zip |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
Diffstat (limited to 'science')
-rw-r--r-- | science/meep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/meep/Makefile b/science/meep/Makefile index 0557de3bfd2c..3c6b9aab8f77 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -27,7 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" -MAKE_ARGS+= CC=${CC} CXX=${CXX} +MAKE_ARGS+= CC="${CC}" CXX="${CXX}" OPTIONS_DEFINE= OPENMPI OPTIONS_DEFAULT= OPENMPI |