diff options
author | romain <romain@FreeBSD.org> | 2010-06-08 00:13:40 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-06-08 00:13:40 +0800 |
commit | a7b370c268bcf1ddea005f8772732944f89ea7a4 (patch) | |
tree | d5a30a3cb7f4fd2c876c366c5a3e37d96e0209ae /multimedia/moonlight | |
parent | 498dbc93be99faaedd99bb22e27593cd561bcfb8 (diff) | |
download | freebsd-ports-gnome-a7b370c268bcf1ddea005f8772732944f89ea7a4.tar.gz freebsd-ports-gnome-a7b370c268bcf1ddea005f8772732944f89ea7a4.tar.zst freebsd-ports-gnome-a7b370c268bcf1ddea005f8772732944f89ea7a4.zip |
- Another attempt to fix build when using some locale settings.
Diffstat (limited to 'multimedia/moonlight')
-rw-r--r-- | multimedia/moonlight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/moonlight/Makefile b/multimedia/moonlight/Makefile index 44259facb6aa..1fab762dc824 100644 --- a/multimedia/moonlight/Makefile +++ b/multimedia/moonlight/Makefile @@ -98,7 +98,7 @@ post-patch: ${WRKSRC}/plugin/Makefile.in pre-configure: - @( cd ${MONODIR} && ./configure --with-profile2=no --with-moonlight=yes --with-profile4=no --with-monotouch=no --with-mcs-docs=no && ${GMAKE} ) + @( cd ${MONODIR} && ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} --with-profile2=no --with-moonlight=yes --with-profile4=no --with-monotouch=no --with-mcs-docs=no && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}) .if defined(WITH_XPI_PLUGIN_ONLY) do-install: |