Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 655308 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-2 / +2 lines)
Lines 1946-1956 Link Here
1946
  MAGICK_LIBS=
1946
  MAGICK_LIBS=
1947
1947
1948
  PKG_CHECK_EXISTS([$magick++], [
1948
  PKG_CHECK_EXISTS([$magick++], [
1949
    dnl Make sure we only get -I, -L, and -l flags.
1949
    dnl Make sure we only get -I, -D, -L, and -l flags.
1950
    dnl Some Graphics/ImageMagick++ dnl packages add extra flags that are
1950
    dnl Some Graphics/ImageMagick++ dnl packages add extra flags that are
1951
    dnl useful when building Graphics/ImageMagick++ extentions.  These extra
1951
    dnl useful when building Graphics/ImageMagick++ extentions.  These extra
1952
    dnl flags break the Octave build.
1952
    dnl flags break the Octave build.
1953
    MAGICK_CPPFLAGS="$($PKG_CONFIG --cflags-only-I $magick++ | $SED -e 's/^ *$//')"
1953
    MAGICK_CPPFLAGS=`$PKG_CONFIG --cflags $magick++ | sed -e 's/\(-@<:@DI@:>@@<:@^ \t@:>@*\)\|\(-@<:@^ \t@:>@*\)/\1/g'`
1954
    MAGICK_LDFLAGS="$($PKG_CONFIG --libs-only-L $magick++ | $SED -e 's/^ *$//')"
1954
    MAGICK_LDFLAGS="$($PKG_CONFIG --libs-only-L $magick++ | $SED -e 's/^ *$//')"
1955
    MAGICK_LIBS="$($PKG_CONFIG --libs-only-l $magick++ | $SED -e 's/^ *$//')"
1955
    MAGICK_LIBS="$($PKG_CONFIG --libs-only-l $magick++ | $SED -e 's/^ *$//')"
1956
1956

Return to bug 655308