Ticket #18326: patch-Portfile.diff

File patch-Portfile.diff, 558 bytes (added by yokota33@…, 15 years ago)

This patch solves the problem, by adding search path for X explicitly

  • Portfile

    old new  
    4343                --with-system-freetype2 --with-system-ncurses \
    4444                --with-freetype2-libdir=${prefix}/lib \
    4545                --with-freetype2-include=${prefix}/include \
     46                --x-libraries=${prefix}/lib \
     47                --x-includes=${prefix}/include \
    4648                --with-system-pnglib --with-system-zlib \
    4749                --with-system-gd --with-fontconfig=${prefix} \
    4850                --disable-multiplatform --without-texinfo \