Changes between Initial Version and Version 1 of Ticket #33909
- Timestamp:
- Apr 5, 2012, 6:08:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33909
- Property Owner changed from macports-tickets@… to sfiera@…
- Property Port libgcrypt added
-
Ticket #33909 – Description
initial v1 8 8 and it was at least possible to get this library to build. 9 9 10 {{{ 10 11 configure.args --disable-asm 11 12 configure.compiler gcc-4.2 … … 16 17 if {[string match "*clang*" ${configure.compiler}]} { 17 18 # libgcrypt-1.5.0 does some ugly stuff with their udiv_qrnnd macro in mpih-div.c 19 }}} 18 20 19 21 {{{ 20 22 :notice:configure ---> Configuring libgcrypt 21 23 :error:configure Target org.macports.configure returned: Invalid value for configure.compiler … … 25 27 :info:configure Warning: the following items did not execute (for libgcrypt): org.macports.build org.macports.configure 26 28 :notice:configure Log for libgcrypt is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libgcrypt/libgcrypt/main.log 27 29 }}}