Ticket #43109: Portfile-libgcrypt.diff
File Portfile-libgcrypt.diff, 861 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup muniversal 1.0 6 6 7 7 name libgcrypt 8 version 1. 5.38 version 1.6.1 9 9 categories devel security 10 10 # libs are LGPL, executables and docs are GPL 11 11 license {GPL-2+ LGPL-2.1+} … … 27 27 master_sites gnupg 28 28 use_bzip2 yes 29 29 30 checksums sha1 2c6553cc17f2a1616d512d6870fe95edf6b0e26e\31 rmd160 e958693ed6fbb781ca5cf42128dc8e39d682eb2f30 checksums rmd160 df69424afa6fa27a1ad54b9ffae1d5bb4903f6b2 \ 31 sha256 a1c3efea69f8ffe769f488b300ce190eeeb0c30de24a53f1c1b6e4202fdc2070 32 32 33 33 depends_lib port:libgpg-error 34 34 35 patchfiles clang-asm.patch36 37 35 configure.args --disable-asm 38 36 39 37 # Build fix for compilers that default to c99 (clang)