Changeset 118290 for trunk/dports


Ignore:
Timestamp:
Mar 29, 2014, 10:00:44 AM (10 years ago)
Author:
ryandesign@…
Message:

libsndfile: fix undefined oggvorbis symbols (#42846)

Location:
trunk/dports/audio/libsndfile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/libsndfile/Portfile

    r102452 r118290  
    2323
    2424depends_build       port:pkgconfig
     25
    2526depends_lib         port:flac port:libogg port:libvorbis
    2627
  • trunk/dports/audio/libsndfile/files/configure.patch

    r98107 r118290  
    1 --- configure.orig      2011-07-13 19:00:09.000000000 +1000
    2 +++ configure   2012-09-25 16:50:54.000000000 +1000
     1--- configure.orig      2014-03-23 16:27:25.000000000 +0100
     2+++ configure   2014-03-23 16:30:26.000000000 +0100
     3@@ -18497,7 +18497,7 @@
     4                enable_external_libs=yes
     5 
     6                EXTERNAL_CFLAGS="$FLAC_CFLAGS $OGG_CFLAGS $VORBISENC_CFLAGS $SPEEX_CFLAGS"
     7-               EXTERNAL_LIBS="$FLAC_LIBS $VORBISENC_LIBS $SPEEX_LIBS"
     8+               EXTERNAL_LIBS="$FLAC_LIBS $VORBISENC_LIBS  $VORBIS_LIBS $OGG_LIBS $SPEEX_LIBS"
     9        else
     10                echo
     11                { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** One or more of the external libraries (ie libflac, libogg and" >&5
    312@@ -18770,7 +18770,6 @@
    413 case "$host_os" in
Note: See TracChangeset for help on using the changeset viewer.