diff options
author | netchild <netchild@FreeBSD.org> | 2008-05-06 16:40:55 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2008-05-06 16:40:55 +0800 |
commit | 50bfb479937f9395060d053c2477d4400b954b40 (patch) | |
tree | 4424b5dbd2678c42c4e7081ab4d074e7922e076f /multimedia | |
parent | 5ea4ecc69ac40fc6314d28ca01a59f755992a3ae (diff) | |
download | freebsd-ports-gnome-50bfb479937f9395060d053c2477d4400b954b40.tar.gz freebsd-ports-gnome-50bfb479937f9395060d053c2477d4400b954b40.tar.zst freebsd-ports-gnome-50bfb479937f9395060d053c2477d4400b954b40.zip |
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)
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' \ |