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/wine-devel | |
parent | Dlume is a tiny GTK2 addressbook with an XML backend and a completely (diff) |
Add an explicit note about the (possible) use of GCC 3.2 instead of 3.3.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 2 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 |