Ticket #11790: Portfile.patch
File Portfile.patch, 861 bytes (added by aconchillo@…, 18 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 20289 2006-11-01 17:40:14Z blair@macports.org$1 # $Id: Portfile,v 1.3 2006/06/02 17:14:27 mww Exp $ 2 2 3 3 PortSystem 1.0 4 4 name srecord 5 version 1. 265 version 1.31 6 6 categories devel 7 7 maintainers aconchillo@gmail.com 8 8 platforms darwin … … 30 30 offsets, split and unsplit for memory striping schemes. 31 31 homepage http://srecord.sourceforge.net/ 32 32 master_sites sourceforge 33 checksums md5 86ea7ffde6d365e85dee214deea45a2f33 checksums md5 9391766aca7da38e4293776186a21f23 34 34 configure.env CPPFLAGS="-I${prefix}/include" \ 35 35 CFLAGS="-I${prefix}/include" \ 36 36 LDFLAGS="-L${prefix}/lib"