diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2008-05-06 08:40:55 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2008-05-06 08:40:55 +0000 |
commit | 89041b6b2ca975cfbacf4407580807971bad5cc9 (patch) | |
tree | cd006a4f04a58b6397a5dfe149989dec40c14bc9 /multimedia | |
parent | c9d9329487adcbfdfcf3192a425a5b6d678e8ef3 (diff) |
Fix build on 6.x. No portrevision bump, as there was no package available
anyway (people which build this with the port may not have FFMPEH support,
but as I hope I will have time to work a little bit more on the port
tomorrow which would include a revision bump, I don't think it matters much
ATM).
Tested by: miwi (build with 6.3 tinderbox)
Notes
Notes:
svn path=/head/; revision=212717
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/nmm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/nmm/Makefile b/multimedia/nmm/Makefile index 11324d644107..5721d95c4c62 100644 --- a/multimedia/nmm/Makefile +++ b/multimedia/nmm/Makefile @@ -68,6 +68,8 @@ CONFIGURE_ARGS= --program-prefix=nmm- \ --with-vorbis=${LOCALBASE} \ --with-a52dec=${LOCALBASE} \ --with-mpeg2dec=${LOCALBASE} +CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" CFLAGS="${PTHREAD_CFLAGS}" +MAKE_ENV+= LIBS="${PTHREAD_LIBS}" CFLAGS="${PTHREAD_CFLAGS}" post-patch: @${REINPLACE_CMD} -i "" -e 's:Magick++ Magick:Magick++ MagickCore:g' \ |