Ticket #18647: ImageMagick-takanori.diff

File ImageMagick-takanori.diff, 1.1 KB (added by takanori@…, 13 years ago)

A patch to fix this problem.

  • Portfile

     
    77name                        ImageMagick
    88conflicts                   cryptlib
    99version                     6.6.6-0
     10revision                    1
    1011set reasonable_version      [lindex [split ${version} -] 0]
    1112homepage                    http://www.imagemagick.org/
    1213categories                  graphics devel
     
    4647patchfiles                  patch-m4_ax_opencl.m4.diff
    4748
    4849depends_build               port:pkgconfig
    49 
     50depends_run                 port:urw-fonts
    5051depends_lib                 port:xorg-libXext \
    5152                            port:xorg-libXt \
    5253                            port:bzip2 \
     
    111112                            --without-wmf \
    112113                            --without-gvc \
    113114                            --without-rsvg \
    114                             --without-lqr
     115                            --without-lqr \
     116                            --with-gs-font-dir=${prefix}/share/fonts/urw-fonts
    115117
    116118post-configure {
    117119    reinplace -E {s|-arch [a-z0-9_]+||g} \