New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81605


Ignore:
Timestamp:
08/02/11 16:19:30 (4 years ago)
Author:
dports@…
Message:

ntfs-3g: use default PKG_CONFIG_PATH instead of adding /usr/local and
other directories to it; fixes build with fuse4x installed via
MacPorts + a standalone MacFUSE in /usr/local (see #30537)

Location:
trunk/dports/fuse/ntfs-3g
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/fuse/ntfs-3g/Portfile

    r81460 r81605  
    3434depends_lib         path:lib/pkgconfig/fuse.pc:macfuse 
    3535 
     36# Use default PKG_CONFIG_PATH to avoid picking up a FUSE installation 
     37# in /usr/local (see #30537) 
     38patchfiles          patch-configure.diff 
     39 
    3640configure.args      --exec-prefix=${prefix} --with-fuse=external 
    3741 
Note: See TracChangeset for help on using the changeset viewer.