Ticket #14051: Portfile-arj.diff
File Portfile-arj.diff, 895 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
11 11 master_sites sourceforge:arj 12 12 checksums md5 f263bf3cf6d42a8b7e85b4fb514336d3 13 13 depends_build port:autoconf 14 depends_lib port:libtool 14 15 use_autoconf yes 15 16 autoconf.dir gnu 16 17 configure.dir ${autoconf.dir} 17 18 18 # Hack: copy Xcode-provided config.guess and config.sub into source tree so that19 # it can properly guess the system type20 19 post-extract { 21 copy -force /usr/share/libtool/config.guess ${worksrcpath}/${autoconf.dir} 22 copy -force /usr/share/libtool/config.sub ${worksrcpath}/${autoconf.dir} 20 copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}/${autoconf.dir} 23 21 } 24 22 25 23 patchfiles patch-conifgure.in patch-environ.c patch-makefile.in patch-postproc.c patch-uxspec.c