Ticket #8386: autogen.patch
File autogen.patch, 728 bytes (added by meissnem@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name autogen 6 version 5.8. 16 version 5.8.4 7 7 categories devel 8 8 platforms darwin 9 9 maintainers mww@opendarwin.org … … 16 16 17 17 homepage http://autogen.sourceforge.net/ 18 18 master_sites sourceforge 19 checksums md5 dfa12164b36e53ea8d1667cf21d4df4f19 checksums md5 b65d4b9e3ddbcfd5418b708858c05b66 20 20 use_bzip2 yes 21 21 22 22 depends_lib port:guile port:libiconv port:libxml2 port:zlib … … 28 28 test.target check 29 29 30 30 platform darwin 8 { 31 configure.env CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.331 configure.env CPPFLAGS="-D_WINT_T" 32 32 } 33 33 34 34 platform darwin 6 {