mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Switch to USES=libtool:build
- Remove old CFLAGS
This commit is contained in:
parent
73f4c269ae
commit
c9db56e41e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368021
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue