diff options
author | gerald <gerald@FreeBSD.org> | 2003-11-08 05:41:45 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-11-08 05:41:45 +0800 |
commit | 8d76202be9edfcb8bcf14fcb1ab64889b768c707 (patch) | |
tree | 71cec942c1773728cd2c7c90521e081727ddc9a5 | |
parent | 083a5c01561016f50edd3184e4c9840518fbeb08 (diff) | |
download | freebsd-ports-gnome-8d76202be9edfcb8bcf14fcb1ab64889b768c707.tar.gz freebsd-ports-gnome-8d76202be9edfcb8bcf14fcb1ab64889b768c707.tar.zst freebsd-ports-gnome-8d76202be9edfcb8bcf14fcb1ab64889b768c707.zip |
Add an explicit note about the (possible) use of GCC 3.2 instead of 3.3.
-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 |