diff options
author | grant <grant@pkgsrc.org> | 2004-02-15 12:21:34 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-15 12:21:34 +0000 |
commit | 818a03b1c280dc93d93dfcdd3f61f559449176e5 (patch) | |
tree | e0f2131aa0fc6c1f9e7a9e3f13bb9f55a882d2bc /multimedia | |
parent | 43f508af8ffeb5bb08fc976311b50bd92647399e (diff) | |
download | pkgsrc-818a03b1c280dc93d93dfcdd3f61f559449176e5.tar.gz |
set LIBTOOL_OVERRIDE and ONLY_FOR_PLATFORM so this can build on
Solaris.
Diffstat (limited to 'multimedia')
-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 8dd627cd974..770a315016a 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/15 10:02:14 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/15 12:21:34 grant Exp $ DISTNAME= ogle-0.9.2 PKGREVISION= 1 @@ -15,11 +15,13 @@ ONLY_FOR_PLATFORM+= NetBSD-1.6[D-Z]*-powerpc NetBSD-1.[7-9]*-powerpc ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-powerpc ONLY_FOR_PLATFORM+= NetBSD-1.6Z*-alpha NetBSD-[2-9]*-alpha ONLY_FOR_PLATFORM+= Linux-*-* +ONLY_FOR_PLATFORM+= SunOS-*-* USE_BUILDLINK2= yes USE_X11= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes +LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" |