Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 12:19:16 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368021 - head/lang/gforth
Message-ID:  <201409121219.s8CCJGjT003827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121219.s8CCJGjT003827>