Ticket #14624: audiofile.patch

File audiofile.patch, 1.6 KB (added by kenny@…, 16 years ago)

Patch (apply with -p1)

  • Portfile

    From cc9efb8482123f9621d4c6c451e0e394afcfd3c5 Mon Sep 17 00:00:00 2001
    From: Kenny MacDermid <kenny@kmdconsulting.ca>
    Date: Tue, 11 Mar 2008 12:25:12 -0400
    Subject: [PATCH] Update audiofile to remove new warnings with autoconf packages.
    
    ---
     Portfile                 |    4 +++-
     files/patch-audiofile.m4 |   11 +++++++++++
     2 files changed, 14 insertions(+), 1 deletions(-)
     create mode 100644 files/patch-audiofile.m4
    
    diff --git a/Portfile b/Portfile
    index 360f02e..52fd1b1 100644
    a b PortSystem 1.0 
    44
    55name            audiofile
    66version         0.2.6
    7 revision        1
     7revision        2
    88categories      audio
    99platforms       darwin
    1010maintainers     nomaintainer
    checksums md5 9c1049876cd51c0f1b12c2886cce4d42 \ 
    2121                sha1 94a6ab8e5122bc1971cf186e5a52d032811c9bc5 \
    2222                rmd160 b61fbc856768a5838ca5c0fad602f35205e8d037
    2323
     24patchfiles      patch-audiofile.m4
     25
    2426configure.ccache    no
    2527
    2628test.run        yes
  • new file files/patch-audiofile.m4

    diff --git a/files/patch-audiofile.m4 b/files/patch-audiofile.m4
    new file mode 100644
    index 0000000..d63900d
    - +  
     1--- audiofile.m4.orig   2008-03-11 11:40:11.000000000 -0400
     2+++ audiofile.m4        2008-03-11 11:40:52.000000000 -0400
     3@@ -9,7 +9,7 @@
     4 dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
     5 dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS.
     6 dnl
     7-AC_DEFUN(AM_PATH_AUDIOFILE,
     8+AC_DEFUN([AM_PATH_AUDIOFILE],
     9 [dnl
     10 dnl Get compiler flags and libraries from the audiofile-config script.
     11 dnl