diff options
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 99c6bea648ed..09720b12d3ad 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -27,6 +27,8 @@ ONLY_FOR_ARCHS= i386 USE_XPM= yes USE_BISON= yes USE_GMAKE= yes +# GCC 3.2 also seems fine, but the ports collection requires specifying +# a concrete version. USE_GCC= 3.3 USE_REINPLACE= yes |