Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 54777bf: Fix cmake build for portaudio V18

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 30 Jul 2014 15:45:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=54777bf31566e0e72e9204fd0d60bfbe8521d6c3
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

54777bf by Peter Wu (peter@xxxxxxxxxxxxx):

    Fix cmake build for portaudio V18
    
    Note that the cache file (CMakeCache.txt) must be cleared when the
    include or library paths change, otherwise the cached result of
    CHECK_FUNCTION_EXISTS will be re-used.
    
    Change-Id: Ia18ed4f1b6b162499aeae6e66f612a4945390c2a
    Reviewed-on: https://code.wireshark.org/review/3245
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  ede5a9d   Convert tvb_get_ptr buffer access macros to use much safer tvb access macros.
    adds  54777bf   Fix cmake build for portaudio V18


Summary of changes:
 cmake/modules/FindPORTAUDIO.cmake |   18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)