Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2011 09:44:41 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/audio/faac Makefile distinfo ports/audio/faac/files patch-configure.in patch-frontend_Makefile.am
Message-ID:  <201103180944.p2I9ifTP060132@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2011-03-18 09:44:41 UTC

  FreeBSD ports repository

  Modified files:
    audio/faac           Makefile distinfo 
    audio/faac/files     patch-configure.in 
  Added files:
    audio/faac/files     patch-frontend_Makefile.am 
  Log:
  1. fix portlint complaint about incorrect whitespace in CONFIGURE_ARGS
      assignment
  2. instead of unconditionally setting LIBS in CONFIGURE_ENV use automake logc
     to correctly set library dependencies for the case when external libmp4v2
     is used
  
  Fix #2 also fixes build with non-base gcc: configure stage would pass LIBS
  to all invocations of gcc and linking would fail because libmp4v2 is a C++
  library, but non-base gcc (as opposed to g++) doesn't know where to look
  for the correct libstdc++.
  
  PR:             149765
  Submitted by:   Andriy Gapon <avg@icyb.net.ua>
  
  Revision  Changes    Path
  1.43      +2 -3      ports/audio/faac/Makefile
  1.6       +0 -1      ports/audio/faac/distinfo
  1.3       +9 -3      ports/audio/faac/files/patch-configure.in
  1.1       +14 -0     ports/audio/faac/files/patch-frontend_Makefile.am (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103180944.p2I9ifTP060132>