diff options
author | 2010-01-01 21:17:54 +0000 | |
---|---|---|
committer | 2010-01-01 21:17:54 +0000 | |
commit | ad109fe6a2ac3b08d88fc34caf5544216dd8874f (patch) | |
tree | cd0eedf2b42501e45ba4c506eee0468615a2249c /net-fs/curlftpfs/files | |
parent | Bump dev-python/python-xlib to 0.15_rc1 (see bug 281415). (diff) | |
download | historical-ad109fe6a2ac3b08d88fc34caf5544216dd8874f.tar.gz historical-ad109fe6a2ac3b08d88fc34caf5544216dd8874f.tar.bz2 historical-ad109fe6a2ac3b08d88fc34caf5544216dd8874f.zip |
Port Prefix patch and keywords over
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'net-fs/curlftpfs/files')
-rw-r--r-- | net-fs/curlftpfs/files/curlftpfs-0.9.2-darwin.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-fs/curlftpfs/files/curlftpfs-0.9.2-darwin.patch b/net-fs/curlftpfs/files/curlftpfs-0.9.2-darwin.patch new file mode 100644 index 000000000000..c26318209da2 --- /dev/null +++ b/net-fs/curlftpfs/files/curlftpfs-0.9.2-darwin.patch @@ -0,0 +1,17 @@ +http://sourceforge.net/tracker/?func=detail&atid=816359&aid=2799820&group_id=160565 + +diff -ur configure.ac configure.ac +--- configure.ac 2008-04-23 15:37:42 +0400 ++++ configure.ac 2009-06-02 09:46:05 +0400 +@@ -18,6 +18,11 @@ + AC_MSG_ERROR(["We need libcurl with support for FTP protocol."]) + fi + ++case $host_os in ++ darwin*) ++ CFLAGS="$CFLAGS -D__off_t=off_t" ++ ;; ++esac + CFLAGS="$CFLAGS -Wall -W -Wno-sign-compare -D_REENTRANT $GLIB_CFLAGS $FUSE_CFLAGS $LIBCURL_CPPFLAGS" + LIBS="$GLIB_LIBS $FUSE_LIBS $LIBCURL" + |