From c9db56e41ef8a97451f87b602f8b51a494d08654 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Fri, 12 Sep 2014 12:19:15 +0000 Subject: - Switch to USES=libtool:build - Remove old CFLAGS --- lang/gforth/Makefile | 7 +++---- 1 file 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 -- cgit v1.2.3