freebsd-ports/lang/gcc32
Adam Weinberger 8a0b8a84e9 It was discovered that running "make clean" from a port with a dependency
on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that
version of gcc already installed causes infinite recursion problems.

The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally,
it was used to override any other definition and say that you can use any
gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing
recursion errors, so handle the problem instead by just simply undefining
USE_GCC inside the gcc port Makefile itself.

This should make things happy again.
2005-03-20 17:53:04 +00:00
..
files o Fix -pthread issue. 2005-01-08 11:08:58 +00:00
distinfo Remove WITH_BOUNDSCHECKING knob, as the patch disappeared upstream and 2004-03-13 18:05:38 +00:00
Makefile It was discovered that running "make clean" from a port with a dependency 2005-03-20 17:53:04 +00:00
pkg-descr
pkg-plist Unbreak the port by remove the Java language from this port. Anyone 2004-12-12 17:25:50 +00:00