[45015] trunk/dports/audio/speex

jmr at macports.org jmr at macports.org
Tue Jan 6 06:45:41 PST 2009


Revision: 45015
          http://trac.macports.org/changeset/45015
Author:   jmr at macports.org
Date:     2009-01-06 06:45:40 -0800 (Tue, 06 Jan 2009)
Log Message:
-----------
speex: fix underquoted definition in speex.m4

Modified Paths:
--------------
    trunk/dports/audio/speex/Portfile

Added Paths:
-----------
    trunk/dports/audio/speex/files/
    trunk/dports/audio/speex/files/patch-speex.m4.diff

Modified: trunk/dports/audio/speex/Portfile
===================================================================
--- trunk/dports/audio/speex/Portfile	2009-01-06 13:52:14 UTC (rev 45014)
+++ trunk/dports/audio/speex/Portfile	2009-01-06 14:45:40 UTC (rev 45015)
@@ -4,6 +4,7 @@
 PortSystem              1.0
 name                    speex
 version                 1.0.5
+revision                1
 categories              audio
 maintainers             gmail.com:billitch
 description             audio codec designed for speech
@@ -24,6 +25,8 @@
 
 depends_lib             port:libogg
 
+patchfiles              patch-speex.m4.diff
+
 configure.args          --with-ogg-dir=${prefix}
 
 master_sites            http://downloads.xiph.org/releases/speex

Added: trunk/dports/audio/speex/files/patch-speex.m4.diff
===================================================================
--- trunk/dports/audio/speex/files/patch-speex.m4.diff	                        (rev 0)
+++ trunk/dports/audio/speex/files/patch-speex.m4.diff	2009-01-06 14:45:40 UTC (rev 45015)
@@ -0,0 +1,11 @@
+--- speex.m4.orig	2004-07-14 15:29:08.000000000 +1000
++++ speex.m4	2009-01-07 01:40:29.000000000 +1100
+@@ -7,7 +7,7 @@
+ dnl XIPH_PATH_SPEEX([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+ dnl Test for libspeex, and define SPEEX_CFLAGS and SPEEX_LIBS
+ dnl
+-AC_DEFUN(XIPH_PATH_SPEEX,
++AC_DEFUN([XIPH_PATH_SPEEX],
+ [dnl 
+ dnl Get the cflags and libraries
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090106/43845d0f/attachment.html>


More information about the macports-changes mailing list