- Force -fcommon for the time being to unbreak the build against

modern compilers (abuse OPTIMIZER variable for this matter as
  we have to suppress it anyways and it is passed for both debug
  and release builds)
- Enable verbose build like we normally do in the ports tree

Reported by:	pkg-fallout
This commit is contained in:
Alexey Dokuchaev 2020-09-01 06:57:45 +00:00
parent 34174290ba
commit 5be195b7d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547239

View File

@ -19,9 +19,10 @@ CPE_PRODUCT= ${PORTNAME}
CPE_VENDOR= sgi
USES= cpe gettext gmake libtool:build readline
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPTIMIZER=" "
CONFIGURE_ENV= OPTIMIZER=-fcommon
CONFIGURE_ARGS= --disable-shared --enable-readline
ALL_TARGET= # empty
MAKE_ARGS= V=1
OPTIONS_DEFINE= DOCS