Ticket #11405: gst.patch
File gst.patch, 1.1 KB (added by takanori@…, 18 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name gst 5 version 2. 25 version 2.3.3 6 6 categories lang 7 7 maintainers toby@opendarwin.org 8 8 description free implementation of Smalltalk-80 … … 15 15 platforms darwin 16 16 master_sites gnu:smalltalk 17 17 distname smalltalk-${version} 18 checksums sha1 82e5c7d062878700d38913a34b85079efa1c22b718 checksums sha1 d9ecd8dd47af254254e44d9f5a8563edb9abb4c2 19 19 20 depends_lib lib:XXX:readline 20 depends_lib port:gmp \ 21 port:libiconv \ 22 port:ncurses \ 23 port:ncursesw \ 24 port:readline \ 25 port:tcl \ 26 port:tk 21 27 22 28 configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 23 29 configure.args --disable-generational-gc \ … … 29 35 test.target check 30 36 31 37 platform darwin 6 { 32 depends_lib-append lib:libdl:dlcompat38 depends_lib-append port:dlcompat 33 39 }