Ticket #39236: patch-pHash-0.9.6.diff

File patch-pHash-0.9.6.diff, 1.8 KB (added by dbevans (David B. Evans), 11 years ago)

Proposed patch for Portfile

  • Portfile

     
    44PortSystem          1.0
    55
    66name                pHash
    7 version             0.9.4
    8 revision            3
     7version             0.9.6
    98categories          multimedia
    109platforms           darwin
    1110maintainers         workisfun.ru:ivan
     
    1817homepage            http://phash.org/
    1918master_sites        ${homepage}releases/
    2019
    21 checksums           rmd160  6b33bcf07e8d54e695bd1a3ac3e60d3fcffc2000 \
    22                     sha256  6f882116a0525fddc8451e334a5dca3f4144d310d97eda80b1b1ab7c1587a189
     20checksums           rmd160  54ae3caca00077f3abab1423bfbd73ae39f0ae77 \
     21                    sha256  3c8258a014f9c2491fb1153010984606805638a45d00498864968a9a30102935
    2322
    2423depends_lib         path:lib/libavcodec.dylib:ffmpeg \
    2524                    port:jpeg \
     
    2827                    port:mpg123 \
    2928                    port:CImg
    3029
    31 # ffmpeg is not universal
    32 universal_variant   no
    33 
    34 patchfiles          patch-configure.ac.diff
    35 
    36 use_autoreconf      yes
    37 
    3830post-destroot {
    3931    set docdir ${destroot}${prefix}/share/doc/${name}
    4032    xinstall -d ${docdir}
  • files/patch-configure.ac.diff

     
    1 --- configure.ac.orig   2010-11-02 20:56:26.000000000 -0500
    2 +++ configure.ac        2012-09-02 21:12:58.000000000 -0500
    3 @@ -108,8 +108,6 @@
    4  
    5  AC_SUBST([LIBTOOLS_DEPS])
    6  
    7 -LDFLAGS="$LDFLAGS -L/usr/local/lib"
    8 -CPPFLAGS="$CPPFLAGS -I/usr/local/include"
    9  AC_DEFUN([AC_CHECK_CIMG], [
    10  AC_CHECK_HEADER([CImg.h], [found_cimg="y"], [found_cimg="n"])
    11