pkgsrc-WIP-changes archive

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

difftastic: restore clang dependency.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Tue Feb 8 19:06:34 2022 +0000
Changeset:	1b1253f07c7e5fe1514b0b0b9f91ac0c66c07176

Modified Files:
	difftastic/Makefile

Log Message:
difftastic: restore clang dependency.

This does not build with base gcc on NetBSD 9, however it does with
clang.

pin@ noted that it should also work with gcc 8+ and that should be used
in preference. Maybe.

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

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

diffstat:
 difftastic/Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/difftastic/Makefile b/difftastic/Makefile
index be49a8ec62..6deb0f72f1 100644
--- a/difftastic/Makefile
+++ b/difftastic/Makefile
@@ -18,13 +18,13 @@ INSTALLATION_DIRS=	bin
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/difft ${DESTDIR}${PREFIX}/bin
 
-#.include "../../mk/bsd.prefs.mk"
-#PKGSRC_COMPILER=		clang
-#CLANGBASE=			${PREFIX}
-#.include "../../lang/llvm/buildlink3.mk"
-#BUILDLINK_DEPMETHOD.llvm=	build
-#.include "../../lang/clang/buildlink3.mk"
-#BUILDLINK_DEPMETHOD.clang=	build
+.include "../../mk/bsd.prefs.mk"
+PKGSRC_COMPILER=		clang
+CLANGBASE=			${PREFIX}
+.include "../../lang/llvm/buildlink3.mk"
+BUILDLINK_DEPMETHOD.llvm=	build
+.include "../../lang/clang/buildlink3.mk"
+BUILDLINK_DEPMETHOD.clang=	build
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index