pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/emulator Add gstreamer and sqlite3, as these were f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b35916a5fe16
branches:  trunk
changeset: 643418:b35916a5fe16
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Wed Dec 17 01:03:37 2014 +0000

description:
Add gstreamer and sqlite3, as these were forgotten and will be required for
the 32-bit packages to work correctly. Discussed with wiz@.

diffstat:

 mk/emulator/linux.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r da16870d6475 -r b35916a5fe16 mk/emulator/linux.mk
--- a/mk/emulator/linux.mk      Tue Dec 16 23:51:57 2014 +0000
+++ b/mk/emulator/linux.mk      Wed Dec 17 01:03:37 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: linux.mk,v 1.26 2014/08/22 17:24:28 tron Exp $
+# $NetBSD: linux.mk,v 1.27 2014/12/17 01:03:37 rodent Exp $
 #
 # Linux binary emulation framework
 #
@@ -76,6 +76,7 @@
 _EMUL_MODULES+=                freetype2
 _EMUL_MODULES+=                glib2
 _EMUL_MODULES+=                glx
+_EMUL_MODULES+=                gstreamer
 _EMUL_MODULES+=                gtk2
 _EMUL_MODULES+=                jpeg
 _EMUL_MODULES+=                krb5
@@ -100,6 +101,7 @@
 _EMUL_MODULES+=                qt4
 _EMUL_MODULES+=                resmgr
 _EMUL_MODULES+=                slang
+_EMUL_MODULES+=                sqlite3
 _EMUL_MODULES+=                tiff
 _EMUL_MODULES+=                x11
 _EMUL_MODULES+=                xml2



Home | Main Index | Thread Index | Old Index