diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-11-07 21:41:45 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-11-07 21:41:45 +0000 |
commit | ecde3212c5015b679f959de0e3d6199f56d65cfa (patch) | |
tree | 5dea339edd2ba30eadc75b68a0212bf308d66a9f /emulators | |
parent | 699969f8974bd4ceea13e99457076f0cc7fceedf (diff) | |
download | ports-ecde3212c5015b679f959de0e3d6199f56d65cfa.tar.gz ports-ecde3212c5015b679f959de0e3d6199f56d65cfa.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 99c6bea648ed..09720b12d3ad 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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 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 |