[118290] trunk/dports/audio/libsndfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 29 03:00:44 PDT 2014


Revision: 118290
          https://trac.macports.org/changeset/118290
Author:   ryandesign at macports.org
Date:     2014-03-29 03:00:44 -0700 (Sat, 29 Mar 2014)
Log Message:
-----------
libsndfile: fix undefined oggvorbis symbols (#42846)

Modified Paths:
--------------
    trunk/dports/audio/libsndfile/Portfile
    trunk/dports/audio/libsndfile/files/configure.patch

Modified: trunk/dports/audio/libsndfile/Portfile
===================================================================
--- trunk/dports/audio/libsndfile/Portfile	2014-03-29 05:27:05 UTC (rev 118289)
+++ trunk/dports/audio/libsndfile/Portfile	2014-03-29 10:00:44 UTC (rev 118290)
@@ -22,6 +22,7 @@
 livecheck.url       ${homepage}ChangeLog
 
 depends_build       port:pkgconfig
+
 depends_lib         port:flac port:libogg port:libvorbis
 
 master_sites        ${homepage}files/

Modified: trunk/dports/audio/libsndfile/files/configure.patch
===================================================================
--- trunk/dports/audio/libsndfile/files/configure.patch	2014-03-29 05:27:05 UTC (rev 118289)
+++ trunk/dports/audio/libsndfile/files/configure.patch	2014-03-29 10:00:44 UTC (rev 118290)
@@ -1,5 +1,14 @@
---- configure.orig	2011-07-13 19:00:09.000000000 +1000
-+++ configure	2012-09-25 16:50:54.000000000 +1000
+--- configure.orig	2014-03-23 16:27:25.000000000 +0100
++++ configure	2014-03-23 16:30:26.000000000 +0100
+@@ -18497,7 +18497,7 @@
+ 		enable_external_libs=yes
+ 
+ 		EXTERNAL_CFLAGS="$FLAC_CFLAGS $OGG_CFLAGS $VORBISENC_CFLAGS $SPEEX_CFLAGS"
+-		EXTERNAL_LIBS="$FLAC_LIBS $VORBISENC_LIBS $SPEEX_LIBS"
++		EXTERNAL_LIBS="$FLAC_LIBS $VORBISENC_LIBS  $VORBIS_LIBS $OGG_LIBS $SPEEX_LIBS"
+ 	else
+ 		echo
+ 		{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** One or more of the external libraries (ie libflac, libogg and" >&5
 @@ -18770,7 +18770,6 @@
  case "$host_os" in
  	darwin* | rhapsody*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140329/075077eb/attachment.html>


More information about the macports-changes mailing list