summaryrefslogtreecommitdiff
path: root/multimedia/ogle
diff options
context:
space:
mode:
authorgrant <grant>2004-02-15 12:21:34 +0000
committergrant <grant>2004-02-15 12:21:34 +0000
commit2d596af14957b424e09e97082f8ede1ed1364c1e (patch)
treee0f2131aa0fc6c1f9e7a9e3f13bb9f55a882d2bc /multimedia/ogle
parent4fd6f87004670b9ad597a48c4cf07b4b3416e665 (diff)
downloadpkgsrc-2d596af14957b424e09e97082f8ede1ed1364c1e.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/Makefile4
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}"