diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/WebMagick/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/WebMagick/files/patch-ab b/www/WebMagick/files/patch-ab new file mode 100644 index 000000000000..4adb9c3735cd --- /dev/null +++ b/www/WebMagick/files/patch-ab @@ -0,0 +1,19 @@ +*** webmagick.in.bak Tue Mar 24 07:45:45 1998 +--- webmagick.in Thu May 21 02:06:06 1998 +*************** +*** 249,255 **** + # Name of per-directory rc file + $opt_webmagickrc = '.webmagickrc'; + # global rc files +! @global_option_files = ("/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}"); + + + # File naming +--- 249,255 ---- + # Name of per-directory rc file + $opt_webmagickrc = '.webmagickrc'; + # global rc files +! @global_option_files = ("@prefix@/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}"); + + + # File naming |