Ticket #13215: Portfile.diff
File Portfile.diff, 1.0 KB (added by mmoll@…, 17 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name avr-gdb 5 version 6. 35 version 6.7.1 6 6 categories cross 7 7 maintainers mmoll@cs.rice.edu 8 8 description GDB for the AVR processors … … 16 16 distfiles gdb-${version}.tar.bz2 17 17 worksrcdir gdb-${version} 18 18 use_bzip2 yes 19 checksums md5 05b928f41fa5b482e49ca2c24762a0ae19 checksums md5 30a6bf36eded4ae5a152d7d71b86dc14 20 20 depends_run bin:avarice:avarice 21 21 22 22 # This actually breaks the build process 23 23 #configure.env CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" 24 24 # without --disable-nls the build process also breaks 25 configure.args --mandir=${prefix}/share/man --target=avr --disable-nls 25 configure.args --mandir=${prefix}/share/man \ 26 --infodir=${prefix}/share/info \ 27 --target=avr --disable-nls 26 28 27 29 post-destroot { 28 30 # Installing (host) libiberty was a mistake.