Ticket #36853: Portfile.diff
File Portfile.diff, 848 bytes (added by lockhart (Thomas Lockhart), 12 years ago) |
---|
-
Portfile
old new 5 5 6 6 name levmar 7 7 version 2.6 8 revision 18 revision 2 9 9 categories math 10 10 platforms darwin 11 11 license GPL … … 32 32 checksums rmd160 2b29daea12804050c8d3939b8c142d27d36bffc8 \ 33 33 sha256 3bf4ef1ea4475ded5315e8d8fc992a725f2e7940a74ca3b0f9029d9e6e94bad7 34 34 35 depends_lib-append port:atlas 36 35 37 # Patch taken from levmar RPM by Eric Smith <eric@brouhaha.com> 36 38 patch.pre_args -p1 37 39 patchfiles patch-Makefile.so.diff 38 40 39 41 use_configure no 40 #configure.args --with-omniORB-config="${prefix}/etc/omniORB.cfg"41 42 42 43 variant universal {} 43 44