diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-01 20:12:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-01 20:12:01 +0000 |
commit | 27b5c5986b2a4f17b67251149a56cfbae21137c6 (patch) | |
tree | a504121ec1cae1d4d87b1919f5547122ed9d8ebb /multimedia/ogle | |
parent | bc4c1b9b752385c5c60c5722a45899be942c8bc6 (diff) | |
download | pkgsrc-27b5c5986b2a4f17b67251149a56cfbae21137c6.tar.gz |
Sun Audio needs kernel types on NetBSD.
Diffstat (limited to 'multimedia/ogle')
-rw-r--r-- | multimedia/ogle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile index a0ef2cb1a03..e4d1fd2853a 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/10/23 10:24:09 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/03/01 20:12:01 joerg Exp $ DISTNAME= ogle-0.9.2 PKGREVISION= 8 @@ -21,6 +21,8 @@ ONLY_FOR_PLATFORM+= NetBSD-*-x86_64 ONLY_FOR_PLATFORM+= Linux-*-* ONLY_FOR_PLATFORM+= SunOS-*-* DragonFly-*-* +CPPFLAGS.NetBSD+= -D_KERNTYPES + USE_TOOLS+= gmake USE_LIBTOOL= yes |