diff options
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 4d7b31495f6d..bcbdc16cc98b 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -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 |