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) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name pHash 7 version 0.9.4 8 revision 3 7 version 0.9.6 9 8 categories multimedia 10 9 platforms darwin 11 10 maintainers workisfun.ru:ivan … … 18 17 homepage http://phash.org/ 19 18 master_sites ${homepage}releases/ 20 19 21 checksums rmd160 6b33bcf07e8d54e695bd1a3ac3e60d3fcffc2000\22 sha256 6f882116a0525fddc8451e334a5dca3f4144d310d97eda80b1b1ab7c1587a18920 checksums rmd160 54ae3caca00077f3abab1423bfbd73ae39f0ae77 \ 21 sha256 3c8258a014f9c2491fb1153010984606805638a45d00498864968a9a30102935 23 22 24 23 depends_lib path:lib/libavcodec.dylib:ffmpeg \ 25 24 port:jpeg \ … … 28 27 port:mpg123 \ 29 28 port:CImg 30 29 31 # ffmpeg is not universal32 universal_variant no33 34 patchfiles patch-configure.ac.diff35 36 use_autoreconf yes37 38 30 post-destroot { 39 31 set docdir ${destroot}${prefix}/share/doc/${name} 40 32 xinstall -d ${docdir} -
files/patch-configure.ac.diff
1 --- configure.ac.orig 2010-11-02 20:56:26.000000000 -05002 +++ configure.ac 2012-09-02 21:12:58.000000000 -05003 @@ -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