mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 09:11:37 +00:00
sshfs-mac: remove added /usr/local pkgconfig path
This commit is contained in:
parent
67f7facf52
commit
c6f1270234
1 changed files with 12 additions and 0 deletions
|
|
@ -52,6 +52,18 @@ class SshfsMac < Formula
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
__END__
|
__END__
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index 76026ad..671810b 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -16,7 +16,6 @@ case "$target_os" in
|
||||||
|
*) osname=unknown;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
-export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||||
|
PKG_CHECK_MODULES([SSHFS], [fuse >= 2.3 glib-2.0 gthread-2.0])
|
||||||
|
have_fuse_opt_parse=no
|
||||||
|
oldlibs="$LIBS"
|
||||||
diff --git a/sshfs.c b/sshfs.c
|
diff --git a/sshfs.c b/sshfs.c
|
||||||
index 97eaf06..d442577 100644
|
index 97eaf06..d442577 100644
|
||||||
--- a/sshfs.c
|
--- a/sshfs.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue