diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-07 19:33:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-07 19:33:03 +0000 |
commit | 2333064e7f7c3683a7ab161e0700ab5b25b928b9 (patch) | |
tree | e0777c4f587518a63f5296fb243a4f1e14dfb34c /multimedia/ogle/Makefile | |
parent | 75a0545dee5610388f3bc5b79afe5beb050c3971 (diff) | |
download | pkgsrc-2333064e7f7c3683a7ab161e0700ab5b25b928b9.tar.gz |
Add DragonFly support. Disable always inlining on DragonFly,
the compiler doesn't like it and it is IMO bogus anyway.
Diffstat (limited to 'multimedia/ogle/Makefile')
-rw-r--r-- | multimedia/ogle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile index 01de1b75e02..81eaf30e8e2 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/12/05 20:50:43 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2005/12/07 19:33:03 joerg Exp $ DISTNAME= ogle-0.9.2 PKGREVISION= 2 @@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM+= NetBSD-1.6Z*-alpha NetBSD-[2-9]*-alpha ONLY_FOR_PLATFORM+= NetBSD-1.6Z*-sparc64 NetBSD-[2-9]*-sparc64 ONLY_FOR_PLATFORM+= NetBSD-*-x86_64 ONLY_FOR_PLATFORM+= Linux-*-* -ONLY_FOR_PLATFORM+= SunOS-*-* +ONLY_FOR_PLATFORM+= SunOS-*-* DragonFly-*-* USE_TOOLS+= gmake USE_LIBTOOL= yes |