From 3667e03c076d62e46616fb17e9214957981fd1e7 Mon Sep 17 00:00:00 2001 From: gahr Date: Wed, 20 Apr 2011 07:08:25 +0000 Subject: - Explicitely use base flex and yacc: the port breaks when bison from ports is used in emutaled yacc mode. PR: 156488 Submitted by: Christoph Moench-Tegeder --- print/lilypond/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index e2ebf044d201..e73754a9cb91 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -46,7 +46,9 @@ USE_GNOME= pango MAKEFILE= GNUmakefile GNU_MAKEFILE= yes CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts -CONFIGURE_ENV+= MAKEINFO="${LOCALBASE}/bin/makeinfo" +CONFIGURE_ENV+= MAKEINFO="${LOCALBASE}/bin/makeinfo" \ + FLEX=${FLEX} \ + YACC=${YACC} ALL_TARGET= all -- cgit