summaryrefslogtreecommitdiff
path: root/sci-mathematics/octave/files/octave-4.4.0-imagemagick-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/octave/files/octave-4.4.0-imagemagick-configure.patch')
-rw-r--r--sci-mathematics/octave/files/octave-4.4.0-imagemagick-configure.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-mathematics/octave/files/octave-4.4.0-imagemagick-configure.patch b/sci-mathematics/octave/files/octave-4.4.0-imagemagick-configure.patch
deleted file mode 100644
index ce81b801d99c..000000000000
--- a/sci-mathematics/octave/files/octave-4.4.0-imagemagick-configure.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/configure.ac 2018-04-30 19:03:56.000000000 +0200
-+++ a/configure.ac.new 2018-05-22 12:23:30.371174341 +0200
-@@ -1946,11 +1946,11 @@
- MAGICK_LIBS=
-
- PKG_CHECK_EXISTS([$magick++], [
-- dnl Make sure we only get -I, -L, and -l flags.
-+ dnl Make sure we only get -I, -D, -L, and -l flags.
- dnl Some Graphics/ImageMagick++ dnl packages add extra flags that are
- dnl useful when building Graphics/ImageMagick++ extentions. These extra
- dnl flags break the Octave build.
-- MAGICK_CPPFLAGS="$($PKG_CONFIG --cflags-only-I $magick++ | $SED -e 's/^ *$//')"
-+ MAGICK_CPPFLAGS=`$PKG_CONFIG --cflags $magick++ | sed -e 's/\(-@<:@DI@:>@@<:@^ \t@:>@*\)\|\(-@<:@^ \t@:>@*\)/\1/g'`
- MAGICK_LDFLAGS="$($PKG_CONFIG --libs-only-L $magick++ | $SED -e 's/^ *$//')"
- MAGICK_LIBS="$($PKG_CONFIG --libs-only-l $magick++ | $SED -e 's/^ *$//')"
-