svn commit: r368021 - head/lang/gforth

Tijl Coosemans tijl at FreeBSD.org
Fri Sep 12 12:19:16 UTC 2014


Author: tijl
Date: Fri Sep 12 12:19:15 2014
New Revision: 368021
URL: http://svnweb.freebsd.org/changeset/ports/368021
QAT: https://qat.redports.org/buildarchive/r368021/

Log:
  - Switch to USES=libtool:build
  - Remove old CFLAGS

Modified:
  head/lang/gforth/Makefile

Modified: head/lang/gforth/Makefile
==============================================================================
--- head/lang/gforth/Makefile	Fri Sep 12 12:11:28 2014	(r368020)
+++ head/lang/gforth/Makefile	Fri Sep 12 12:19:15 2014	(r368021)
@@ -16,13 +16,12 @@ BUILD_DEPENDS=	${LOCALBASE}/include/avca
 
 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


More information about the svn-ports-head mailing list