diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 1172909353a9..06e6b99e19ef 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -27,6 +27,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/wine MAN1= wine.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 +USE_BISON= yes .if !defined(NDEBUG) STRIP= diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 1172909353a9..06e6b99e19ef 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -27,6 +27,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/wine MAN1= wine.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 +USE_BISON= yes .if !defined(NDEBUG) STRIP= |