1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/dalbum/files/patch-config-config.php
2005-10-21 10:23:30 +00:00

12 lines
545 B
PHP

--- config/config.php.orig Fri Oct 21 13:43:21 2005
+++ config/config.php Fri Oct 21 13:44:15 2005
@@ -242,7 +242,7 @@
$g_bGDSetMemoryLimit=true;
// ImageMagick convert location and command lines (if $g_sResizeMethod="IM")
-$g_sConvertPath="/usr/X11R6/bin/convert";
+$g_sConvertPath="%%LOCALBASE%%/bin/convert";
$g_sThumbnailImArg="$g_sConvertPath -filter Lanczos -quality {$g_sThumbnailQuality} "
. "-resize {$g_sThumbnailXSize}x{$g_sThumbnailYSize} "
. "-sharpen 2 +profile APP1 #src# #target#";