pkgsrc-WIP-changes archive

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

cingg-netbsd: fix pkg-config handling



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Nov 19 08:45:52 2024 +0100
Changeset:	c72263f49939f5755c5fc10247156f3d54041fbc

Modified Files:
	cingg-netbsd/Makefile

Log Message:
cingg-netbsd: fix pkg-config handling

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

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

diffstat:
 cingg-netbsd/Makefile | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diffs:
diff --git a/cingg-netbsd/Makefile b/cingg-netbsd/Makefile
index c69b3ec2eb..6bf54ba5fb 100644
--- a/cingg-netbsd/Makefile
+++ b/cingg-netbsd/Makefile
@@ -18,13 +18,7 @@ ONLY_FOR_PLATFORM=	NetBSD-*-x86_64 NetBSD-*-i386
 
 USE_LANGUAGES=		c c++
 
-USE_TOOLS+=	bash:run
-
-# fix pkgsrc bugs?
-.if exists(/usr/pkg/bin/pkg-config)
-TOOLS_PLATFORM.pkg-config?=	/usr/pkg/bin/pkg-config
-.endif
-
+USE_TOOLS+=	bash:run pkg-config
 
 #SHEBANG_GLOB=	*.sh *.bld
 #SHEBANG_FILES=	cinelerra-5.1/doc/ContextManual.pl
@@ -89,8 +83,6 @@ do-install:
 
 
 .include "../../lang/python/tool.mk"
-.include "../../mk/tools/pkg-config.mk"
-.include "../../devel/pkgconf/buildlink3.mk"
 .include "../../devel/libusb1/buildlink3.mk"
 .include "../../devel/libdeflate/buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"


Home | Main Index | Thread Index | Old Index