mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Define gnu89 as C standard and remove now useless USE_GCC=any
This commit is contained in:
parent
f564808abb
commit
19647bcae4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327265
@ -15,7 +15,6 @@ BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html
|
||||
LIB_DEPENDS= ast:${PORTSDIR}/devel/libast
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GCC= any
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS?=--enable-trans --enable-utmp \
|
||||
--enable-xim --with-theme-update \
|
||||
@ -23,6 +22,7 @@ CONFIGURE_ARGS?=--enable-trans --enable-utmp \
|
||||
--enable-multi-charset
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_CSTD= gnu89
|
||||
|
||||
OPTIONS_DEFINE= MMX
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user