pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gauche: adjust Makefile to satisfy pkglint



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Fri Jul 12 10:06:52 2024 +0200
Changeset:	5e511c9d9bd76c952beaf087ca35700794287b87

Modified Files:
	gauche/Makefile

Log Message:
gauche: adjust Makefile to satisfy pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e511c9d9bd76c952beaf087ca35700794287b87

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gauche/Makefile | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diffs:
diff --git a/gauche/Makefile b/gauche/Makefile
index b870184ff4..76291500a6 100644
--- a/gauche/Makefile
+++ b/gauche/Makefile
@@ -18,18 +18,19 @@ DEPENDS+=		slib-[0-9]*:../../devel/slib
 MAKE_JOBS_SAFE=		no
 GNU_CONFIGURE=		yes
 GNU_CONFIGURE_STRICT=	no # has several configure programs
-CONFIGURE_ARGS+=	--with-slib=${LOCALBASE}/share/slib
+CONFIGURE_ARGS+=	--with-slib=${PREFIX}/share/slib
 CONFIGURE_ARGS+=	--enable-threads=pthreads
 CONFIGURE_ARGS+=	--with-iconv=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ARGS+=	--with-zlib=${BUILDLINK_PREFIX.zlib}
 BUILD_MAKE_FLAGS+=	XLIBS="-L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib"
 
-USE_LANGUAGES=	c c99
-USE_LIBTOOL=	yes
-USE_TOOLS+=	gmake gzip makeinfo
-TEST_TARGET=	check
-INFO_FILES=	yes
-TEXINFO_REQD+=	5.0
+USE_CC_FEATURES=	c99
+USE_LANGUAGES=		c
+USE_LIBTOOL=		yes
+USE_TOOLS+=		gmake gzip makeinfo
+TEST_TARGET=		check
+INFO_FILES=		yes
+TEXINFO_REQD+=		5.0
 
 # refer %install in ${WRKSRC}/Gauche.spec
 INSTALL_TARGET=	install-pkg install-doc


Home | Main Index | Thread Index | Old Index