diff options
author | grant <grant> | 2004-02-15 10:02:14 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-15 10:02:14 +0000 |
commit | ea6eacc659aa435920ea6469ca682011636c5e0a (patch) | |
tree | 8b49034381fe622d8c8c28961109553fca50f52d /multimedia | |
parent | b295a026316af6bcfa500dfc2b8cbd7df4274e5e (diff) | |
download | pkgsrc-ea6eacc659aa435920ea6469ca682011636c5e0a.tar.gz |
add MESSAGE for NetBSD, you may need to increase SHMMAXPGS in your
kernel to use ogle.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ogle/MESSAGE.NetBSD | 9 | ||||
-rw-r--r-- | multimedia/ogle/Makefile | 4 |
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/ogle/MESSAGE.NetBSD b/multimedia/ogle/MESSAGE.NetBSD new file mode 100644 index 00000000000..6a6d51100d8 --- /dev/null +++ b/multimedia/ogle/MESSAGE.NetBSD @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE.NetBSD,v 1.1 2004/02/15 10:02:14 grant Exp $ + +You may need to increase the value of SHMMAXPGS in your kernel +configuration to use ${PKGBASE}, e.g. + + options SHMMAXPGS 32768 + +=========================================================================== diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile index ba659bdad4f..8dd627cd974 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:45 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/15 10:02:14 grant Exp $ DISTNAME= ogle-0.9.2 PKGREVISION= 1 @@ -28,6 +28,8 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" GCC_REQD+= 2.95.3 +MESSAGE_SUBST+= PKGBASE=${PKGBASE} + .include "../../audio/liba52/buildlink2.mk" .include "../../audio/libmad/buildlink2.mk" .include "../../devel/binutils/buildlink2.mk" |