Changeset 80368
- Timestamp:
- 07/10/11 11:15:47 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/libgcrypt/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/libgcrypt/Portfile
r80351 r80368 35 35 configure.cflags-append "-std=gnu89" 36 36 37 if {${configure.compiler} == "clang"} { 38 # libgcrypt-1.5.0 does some ugly stuff with thwir udiv_qrnnd macro in mpih-div.c 39 # error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast 40 configure.cflags-append "-fheinous-gnu-extensions" 41 } 42 37 43 post-configure { 38 44 if {[variant_isset universal]} {
Note: See TracChangeset
for help on using the changeset viewer.

