From 0645c81ccbe66dc6445e398c9df5251c9b35e7a9 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 22 Aug 2003 21:19:33 +0000 Subject: Add USE_BISON, as dlls/msi now requires the %pure-parser bison extension for reentrant parsers. --- emulators/wine-devel/Makefile | 1 + emulators/wine/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 6ff2aef011ea..55c391e8f975 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -26,6 +26,7 @@ MAN1= wine.1 winebuild.1 winemaker.1 wmc.1 wrc.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 USE_XPM= yes +USE_BISON= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 6ff2aef011ea..55c391e8f975 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -26,6 +26,7 @@ MAN1= wine.1 winebuild.1 winemaker.1 wmc.1 wrc.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 USE_XPM= yes +USE_BISON= yes USE_GMAKE= yes USE_REINPLACE= yes -- cgit v1.2.3