Changeset 81459
- Timestamp:
- 07/30/11 23:36:16 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/fuse/fuse4x/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/fuse/fuse4x/Portfile
r81149 r81459 6 6 name fuse4x 7 7 version 0.8.8 8 revision 1 8 9 set tag [string map {. _ } $version] 9 10 categories fuse devel … … 47 48 post-patch { 48 49 reinplace "s|@@KEXTPATH@@|${kextdir}/fuse4x.kext|" ${worksrcpath}/include/fuse_param.h 50 51 # Fuse4X normally installs its library as libfuse4x.dylib to allow 52 # it to co-exist with MacFUSE, but the ports are conflicting so we 53 # don't need to worry about that. Instead, we'll install it as 54 # libfuse.dylib so dependent ports don't need to be modified. 55 reinplace "s|-lfuse4x|-lfuse|" ${worksrcpath}/fuse.pc.in 56 reinplace "s|libfuse4x|libfuse|g" ${worksrcpath}/lib/Makefile.am 57 reinplace "s|libfuse4x.la|libfuse.la|" ${worksrcpath}/example/Makefile.am 49 58 } 50 59
Note: See TracChangeset
for help on using the changeset viewer.

