Subject: pkg/17785: devel/oaf Makefile fix for Solaris
To: None <gnats-bugs@gnats.netbsd.org>
From: None <julien.letessier@sun.com>
List: netbsd-bugs
Date: 07/31/2002 09:26:48
>Number:         17785
>Category:       pkg
>Synopsis:       devel/oaf Makefile fix for Solaris
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 31 09:27:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Julien T. Letessier
>Release:        Zoularis/Solaris8
>Organization:
Sun Labs Europe
>Environment:
SunOS mikdemia 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-Enterprise
>Description:
oaf depends on flex and bison to build. these are (?) included with NetBSD, but not with Solaris.
>How-To-Repeat:
Build oaf under Zoularis/Solaris8
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/oaf/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	2002/05/18 10:54:16	1.17
+++ Makefile	2002/07/31 16:23:52
@@ -17,6 +17,9 @@
 
 LIBTOOL_OVERRIDE=	${WRKSRC}/libtool
 
+BUILD_DEPENDS+=		bison-[0-9]*:../../devel/bison
+BUILD_DEPENDS+=		flex-[0-9]*:../../devel/flex
+
 .include "../../devel/popt/buildlink.mk"
 .include "../../textproc/libxml/buildlink.mk"
 .include "../../x11/gnome-libs/buildlink.mk"

>Release-Note:
>Audit-Trail:
>Unformatted: