mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Build libiconv with -std=gnu89.
libiconv fails to link when built with a C99 compiler, because it uses GNU-style inlining. Approved by: marcus
This commit is contained in:
parent
11523b5aea
commit
c223e910c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235144
@ -17,6 +17,7 @@ COMMENT= A character set conversion library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_CSTD= gnu89
|
||||
USE_GNOME= gnometarget
|
||||
LIBTOOLFILES= configure libcharset/configure
|
||||
CONFIGURE_ARGS= --enable-static \
|
||||
|
Loading…
Reference in New Issue
Block a user