Ticket #1053: python23.diff
File python23.diff, 623 bytes (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name python23 5 5 version 2.3.2 6 revision 1 6 7 categories lang 7 8 maintainers blb@pobox.com 8 9 description An interpreted, object-oriented programming language … … 15 16 patchfiles patch-Makefile.pre.in 16 17 extract.post_args | gnutar -xf - 17 18 configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" 19 configure.args --mandir=${prefix}/share/man 18 20 19 21 variant nothreads { 20 22 configure.args-append --without-threads