pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/libkdegames



Module Name:    pkgsrc
Committed By:   mrg
Date:           Sat Dec  7 19:29:31 UTC 2019

Modified Files:
        pkgsrc/games/libkdegames: Makefile

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/games/libkdegames/Makefile

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

Modified files:

Index: pkgsrc/games/libkdegames/Makefile
diff -u pkgsrc/games/libkdegames/Makefile:1.33 pkgsrc/games/libkdegames/Makefile:1.34
--- pkgsrc/games/libkdegames/Makefile:1.33      Mon Nov 18 09:11:49 2019
+++ pkgsrc/games/libkdegames/Makefile   Sat Dec  7 19:29:31 2019
@@ -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 @@ LICENSE=      gnu-lgpl-v2 AND gnu-gpl-v2 AND 
 
 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