Changeset 80920
- Timestamp:
- 07/20/11 18:55:06 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/hdf4/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/hdf4/Portfile
r80273 r80920 6 6 name hdf4 7 7 version 4.2.6 8 revision 1 8 9 platforms darwin 9 10 categories science … … 31 32 configure.cppflags-delete -I${prefix}/include 32 33 configure.ldflags-delete -L${prefix}/lib 34 35 post-configure { 36 # remove -arch from h4cc to fix failure of h4cc -E with +universal 37 reinplace -E {s|-arch [a-z0-9_]+||g} ${worksrcpath}/hdf/util/h4cc 38 } 33 39 34 40 test.run yes
Note: See TracChangeset
for help on using the changeset viewer.

