| Age | Commit message (Collapse) | Author |
|
Closes #34449.
|
|
Closes #34463.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
In the future we can remove the ENV munging branch from Formula#system.
Closes #27081.
|
|
The irrlicht formula is being built using xcodebuild with
an xcodeproj file that has the base SDK specified as 10.9.
There are missing symbols when trying to link against this
on 10.8, so this commit specifies the 10.8 sdk when
mountain lion is the system os.
Closes #26881.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
http://irrlicht.sourceforge.net/2013/12/irrlicht-1-8-1-makefile-version-number-fix/
Closes #26278.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #24154.
Closes #24406.
|
|
Given the current state of OS X compilers, the original fails_with
behavior is becoming less useful, mostly resulting in build failures
each time the compiler is updated. So make the following changes:
When a build is specified, we retain the old behavior: switch compilers
if the available compiler is <= the build, don't switch if it is > the
build.
When no build is specified, unconditionally switch compilers, and don't
output the advice message. This allows us to mark formulae as
perpetually failing, avoiding the need to update formulae each time a
new compiler build is made available.
As a bonus, this makes the logic much easier to reason about.
Closes #18175.
|
|
|
|
Closes #15977.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|