source: scripts/untested/blfs-patches/flac-1.1.2-m4.patch @ fd5b1fe

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since fd5b1fe was fd5b1fe, checked in by Jim Gifford <clfs@…>, 18 years ago

r588@server (orig r586): ryan | 2005-08-05 22:47:43 -0700
Add pile of new patches for blfs packages



  • Property mode set to 100644
File size: 1.3 KB
  • configure

    Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
    Date: 2005-07-24
    Initial Package Version: 1.1.2
    Upstream Status: Unknown
    Origin: Gentoo
    Description:
    
    diff -Naur flac-1.1.1.orig/configure flac-1.1.1/configure
    old new  
    90409040  elif test "x$ogg_prefix" != "x" ; then
    90419041    OGG_LIBS="-L$ogg_prefix/lib"
    90429042  elif test "x$prefix" != "xNONE" ; then
    9043     OGG_LIBS="-L$prefix/lib"
     9043    OGG_LIBS="-L$libdir"
    90449044  fi
    90459045
    90469046  OGG_LIBS="$OGG_LIBS -logg"
     
    90509050  elif test "x$ogg_prefix" != "x" ; then
    90519051    OGG_CFLAGS="-I$ogg_prefix/include"
    90529052  elif test "x$prefix" != "xNONE"; then
    9053     OGG_CFLAGS="-I$prefix/include"
     9053    OGG_CFLAGS=""
    90549054  fi
    90559055
    90569056  echo "$as_me:$LINENO: checking for Ogg" >&5
  • src/libFLAC/libFLAC.m4

    diff -Naur flac-1.1.1.orig/src/libFLAC/libFLAC.m4 flac-1.1.1/src/libFLAC/libFLAC.m4
    old new  
    2828  elif test "x$libFLAC_prefix" != "x" ; then
    2929    LIBFLAC_CFLAGS="-I$libFLAC_prefix/include"
    3030  elif test "$prefix" != "xNONE"; then
    31     LIBFLAC_CFLAGS="-I$prefix/include"
     31    LIBFLAC_CFLAGS="-I$libdir"
    3232  fi
    3333
    3434  AC_MSG_CHECKING(for libFLAC)
Note: See TracBrowser for help on using the repository browser.