diff options
Diffstat (limited to 'tools/darwin/depends/afpfs-ng/Makefile')
-rw-r--r-- | tools/darwin/depends/afpfs-ng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/darwin/depends/afpfs-ng/Makefile b/tools/darwin/depends/afpfs-ng/Makefile index 2ae566ed3d..bb854e1f10 100644 --- a/tools/darwin/depends/afpfs-ng/Makefile +++ b/tools/darwin/depends/afpfs-ng/Makefile @@ -33,6 +33,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); patch -p1 <../08-boxee5.patch cd $(SOURCE); patch -p1 <../10-fix-errno.patch cd $(SOURCE); patch -p1 <../11-fix-stat.patch + sed -ie 's|SUBDIRS = lib cmdline include docs|SUBDIRS = lib include|' $(SOURCE)/Makefile.am cd $(SOURCE); autoreconf -vif cd $(SOURCE); $(CONFIGURE) |