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 | 2e206388ca3e2cd147a50076cef6ca7e96283010 (patch) | |
tree | e0f2131aa0fc6c1f9e7a9e3f13bb9f55a882d2bc /multimedia/ogle | |
parent | 6539a57cc5ead04f0a504816e7aff98d3a678eb9 (diff) | |
download | pkgsrc-2e206388ca3e2cd147a50076cef6ca7e96283010.tar.gz |
set LIBTOOL_OVERRIDE and ONLY_FOR_PLATFORM so this can build on
Solaris.
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 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}" |