pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/libkdegames this wants libsndfile bl3, so add it.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dc510fa8433
branches:  trunk
changeset: 345260:0dc510fa8433
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Sat Dec 07 19:29:31 2019 +0000

description:
this wants libsndfile bl3, so add it.

now the odd build failures are gone, though because of
pkgsrc wrappers, it was confusing.  "the version i found
in /usr/pkg/lib is too old", except it isn't, it was
missing from the buildlink.  the cmake output had zero
useful information about the problem (zero mention of
'sndfile' in anything but the stdout right before the
failure.)

diffstat:

 games/libkdegames/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e748a2685c8d -r 0dc510fa8433 games/libkdegames/Makefile
--- a/games/libkdegames/Makefile        Sat Dec 07 19:23:58 2019 +0000
+++ b/games/libkdegames/Makefile        Sat Dec 07 19:29:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/11/18 09:11:49 markd Exp $
+# $NetBSD: Makefile,v 1.34 2019/12/07 19:29:31 mrg Exp $
 
 DISTNAME=      libkdegames-${KAPPSVER}
 CATEGORIES=    games
@@ -11,6 +11,7 @@
 
 USE_TOOLS+=    msgmerge
 
+.include "../../audio/libsndfile/buildlink3.mk"
 .include "../../devel/kdeclarative/buildlink3.mk"
 .include "../../net/kdnssd/buildlink3.mk"
 .include "../../net/knewstuff/buildlink3.mk"



Home | Main Index | Thread Index | Old Index