- botan's configure.py ignores our CFLAGS and switches the compiler to
llvm :-/ We can use the MACH_OPT variable to insert our CLFAGS and
make this build with Xcode-only setups.
- Using ENV.compiler.to_s for the compiler string.
- Fixing the "ld: unknown option soname" issue when using clang.
ClosesHomebrew/homebrew#13065.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
byobu tries to call sed with flags which don't work with BSD sed;
depending on gnu-sed fixes several commands.
This was reported upstream and marked fixed, but still seems to be the
case in current versions:
https://bugs.launchpad.net/byobu/+bug/882813
Upgrade byobu to version 5.21.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#13399.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
libglademm will fail to compile in HB-0.9.2 unless is has a new
dep on :x11 to help it find its components. Add a `depends_on :x11`
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#13469.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade libcsv to version 3.0.2.
Add code to use `configure` and make to build this.
Remove code that sets env vars on the `make` command line because
`configure` establishes the correct values.
Tested on Lion with clang and llvm from XCode-4.3.3 by getting
libcsv to pass make check (~.25sec).
ClosesHomebrew/homebrew#13404.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Upgrade libdc1394 to version 2.2.0.
Add a dep on x11 so that it links against XQuartz if present.
Disable the examples and sdltest. They cause build errors trying
to find OpenGl.
Move the `def patches` block to before `def install`.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#13406.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
libinfinity-0.5.2 requires a dependency on :x11 so that pkg-config
can find freetype2 for cairo. Otherwise two libinfinity libraries
will not be created, which will cause other packages that use
libinfinity to fail, like gobby.
Tested on Lion with llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#13416.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
sukkology.net isn't hosting the source anymore. uvic.ca is the
maintainer.
ClosesHomebrew/homebrew#13461.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
- Make commands for gcc and llvm-gcc version agnostic
- Do not hardcode the path of gcc and llvm-gcc
- Added '-nomain' parameter to add your own main routine, for more advanced uses (eg. adding classes)
ClosesHomebrew/homebrew#13483.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Upgrade libcdio to version 0.83.
Remove the caveat because it works on SL 10.6.8.
Tested on Lion with clang and llvm from XCode-4.3.3.
Tested on SL with clang, llvm, gcc from XCode-4.0.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>