pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/openjpeg



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 23 17:15:09 UTC 2015

Modified Files:
        pkgsrc/graphics/openjpeg: Makefile distinfo
        pkgsrc/graphics/openjpeg/patches: patch-aa
Added Files:
        pkgsrc/graphics/openjpeg/patches: patch-CMakeLists.txt
            patch-src_lib_openjp2_opj__config__private.h.cmake.in

Log Message:
Check for aligned memory functions with cmake

Not all platforms have posix_memalign(3) so we need to check if it
exists. This fixes build failure on Darwin 9. See:
https://www.gnu.org/software/gnulib/manual/html_node/posix_005fmemalign.html


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/openjpeg/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/openjpeg/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/openjpeg/patches/patch-CMakeLists.txt \
    pkgsrc/graphics/openjpeg/patches/patch-src_lib_openjp2_opj__config__private.h.cmake.in
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/openjpeg/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index