- Switch to USES=libtool:build

- Remove old CFLAGS
This commit is contained in:
Tijl Coosemans 2014-09-12 12:19:15 +00:00
parent 73f4c269ae
commit c9db56e41e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368021

View file

@ -16,13 +16,12 @@ BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -fno-reorder-blocks -fno-inline
LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= GFORTHHIST=${WRKSRC}
MAKE_ENV+= GFORTHHIST=${WRKSRC}
USES= gmake libtool makeinfo
USES= gmake libtool:build makeinfo
USE_AUTOTOOLS= libltdl
USE_GCC= any
USE_AUTOTOOLS= libtool libltdl
USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named
ALL_TARGET= kernel/version.fs more info
MAKE_JOBS_UNSAFE=yes