summaryrefslogtreecommitdiff
path: root/www/typo3_45/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo3_45/patches/patch-aa')
-rw-r--r--www/typo3_45/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/typo3_45/patches/patch-aa b/www/typo3_45/patches/patch-aa
deleted file mode 100644
index b9835c18684..00000000000
--- a/www/typo3_45/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2011/12/15 12:36:38 taca Exp $
-
-Better default path.
-
---- t3lib/config_default.php.orig 2011-08-16 10:40:47.000000000 +0000
-+++ t3lib/config_default.php
-@@ -37,8 +37,8 @@ $TYPO3_CONF_VARS = array(
- 'gdlib_png' => FALSE, // Boolean: Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead!
-
- 'im' => TRUE, // Boolean: Enables the use of IM.
-- 'im_path' => '/usr/bin/', // Path to the IM tools 'convert', 'combine', 'identify'.
-- 'im_path_lzw' => '/usr/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'.
-+ 'im_path' => '@PREFIX@/bin/', // Path to the IM tools 'convert', 'combine', 'identify'.
-+ 'im_path_lzw' => '@PREFIX@/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'.
-
- 'im_version_5' => '', // String: Set this if you're using ImageMagick/GraphicsMagick but not IM 4.x. Setting this value will automatically configure some settings for use with the specified program version. Allowed values are: "im4", "im5", "im6" and "gm" (uses GraphicsMagick instead of ImageMagick).
- 'im_negate_mask' => FALSE, // Boolean: Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension!