diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
commit | b6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch) | |
tree | f2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /editors/calligra/files/patch-configure | |
parent | - Fix PLIST (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'.release/7.2.0
Notes
Notes:
svn path=/head/; revision=232918
svn path=/tags/RELEASE_7_2_0/; revision=232919; tag=release/7.2.0
Diffstat (limited to 'editors/calligra/files/patch-configure')
-rw-r--r-- | editors/calligra/files/patch-configure | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/editors/calligra/files/patch-configure b/editors/calligra/files/patch-configure deleted file mode 100644 index 0d12a4a75ae3..000000000000 --- a/editors/calligra/files/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ -One solution proposed on the ports mailing list was to uninstall the ImageMagick port, rebuild editors/koffice-kde3 and then reinstall ImageMagick, while this works it is unacceptable to have to uninstall a port to get another port to build. - -The correct solution is to patch the source configure script to skip the detection of ImageMagick when GraphicsMagick is installed. see attached patch: - -Patch attached with submission follows: - ---- configure.orig 2007-05-30 16:56:35.000000000 -0500 -+++ configure 2008-07-10 05:51:45.898085206 -0500 -@@ -33900,8 +33900,10 @@ - - # Check for ImageMagick... - - have_imagemagick=no - -+if test "$have_graphicsmagick" = "no"; then -+ - { echo "$as_me:$LINENO: checking for Magick-config" >&5 - echo $ECHO_N "checking for Magick-config... $ECHO_C" >&6; } - if test -n "$MAGICK_CONFIG"; then -@@ -34014,7 +34017,7 @@ - LIBMAGICK_RPATH= - fi - -- -+fi - - - - - |