rebuild Mac x86 libraries to work with 10.4
Merge to 5.1.2
(cherry picked from commit 0860e62bfa
)
This commit is contained in:
parent
95ed19b91f
commit
8d0d481d63
|
@ -6,7 +6,7 @@
|
|||
;; without using bytecode.
|
||||
|
||||
(define url-host "download.racket-lang.org")
|
||||
(define url-path "/libs/2/")
|
||||
(define url-path "/libs/3/")
|
||||
(define url-base (string-append "http://" url-host url-path))
|
||||
|
||||
(provide all-files+sizes)
|
||||
|
@ -28,18 +28,18 @@
|
|||
;; GUI Libraries
|
||||
[gui
|
||||
[i386-macosx
|
||||
["libcairo.2.dylib" 832656]
|
||||
["libintl.8.dylib" 57536]
|
||||
["libgio-2.0.0.dylib" 748360]
|
||||
["libcairo.2.dylib" 805952]
|
||||
["libintl.8.dylib" 57604]
|
||||
["libgio-2.0.0.dylib" 747088]
|
||||
["libjpeg.62.dylib" 412024]
|
||||
["libglib-2.0.0.dylib" 1015008]
|
||||
["libpango-1.0.0.dylib" 347180]
|
||||
["libgmodule-2.0.0.dylib" 19016]
|
||||
["libpangocairo-1.0.0.dylib" 84340]
|
||||
["libgobject-2.0.0.dylib" 288252]
|
||||
["libpixman-1.0.dylib" 526824]
|
||||
["libgthread-2.0.0.dylib" 24592]
|
||||
["libpng14.14.dylib" 182992]
|
||||
["libglib-2.0.0.dylib" 1014032]
|
||||
["libpango-1.0.0.dylib" 347300]
|
||||
["libgmodule-2.0.0.dylib" 18996]
|
||||
["libpangocairo-1.0.0.dylib" 84364]
|
||||
["libgobject-2.0.0.dylib" 288244]
|
||||
["libpixman-1.0.dylib" 527016]
|
||||
["libgthread-2.0.0.dylib" 24556]
|
||||
["libpng14.14.dylib" 183016]
|
||||
["PSMTabBarControl.tgz" 91302 "PSMTabBarControl.framework" 247768]]
|
||||
[x86_64-macosx
|
||||
["libcairo.2.dylib" 919840]
|
||||
|
|
|
@ -43,10 +43,14 @@ Configures (where <dest> is some temporary area):
|
|||
pkg-config: --prefix=<dest>
|
||||
libpng: --prefix=<dest>
|
||||
pixman: --prefix=<dest>
|
||||
Cairo: PATH=<dest>/bin --disable-xlib --disable-ft --disable-fc --prefix=<dest>
|
||||
Cairo: PATH=<dest>/bin:... --disable-xlib --disable-ft --disable-fc --prefix=<dest>
|
||||
gettext: --prefix=<dest>
|
||||
glib: PATH=<dest>/bin CFLAGS=-I<dest>/include LDFLAGS=-L<dest>/lib --prefix=<dest>
|
||||
Pango: PATH=<dest>/bin --without-x --with-included-modules=yes --with-dynamic-modules=no
|
||||
glib: PATH=<dest>/bin:... CFLAGS=-I<dest>/include LDFLAGS=-L<dest>/lib --prefix=<dest>
|
||||
Pango: PATH=<dest>/bin:... --without-x --with-included-modules=yes --with-dynamic-modules=no
|
||||
|
||||
To support 10.4, add
|
||||
CC=gcc-4.0 CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4"
|
||||
for all packages.
|
||||
|
||||
Note: PATH above ensures that pkg-config binaries are used to find
|
||||
things in <dest> rather than some other area, such as /opt/local.
|
||||
|
|
Loading…
Reference in New Issue
Block a user