Commit 9347332 1 parent 009b2c1 commit 9347332 Copy full SHA for 9347332
File tree 4 files changed +2
-28
lines changed
tools/darwin/depends/libnfs
4 files changed +2
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
7
7
# lib name, version
8
8
LIBNAME =libnfs
9
- VERSION =0804e67
9
+ VERSION =1.3.0
10
10
SOURCE =$(LIBNAME ) -$(VERSION )
11
11
# download location and format
12
12
BASE_URL =http://mirrors.xbmc.org/build-deps/darwin-libs
@@ -35,7 +35,6 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
35
35
rm -rf $(SOURCE )
36
36
$(ARCHIVE_TOOL ) $(ARCHIVE_TOOL_FLAGS ) $(TARBALLS_LOCATION ) /$(ARCHIVE )
37
37
echo $(SOURCE ) > .gitignore
38
- cd $(SOURCE ) ; patch -p0 < ../001_fix_hanewin.patch
39
38
cd $(SOURCE ) ; ./bootstrap; $(CONFIGURE )
40
39
41
40
$(SO_NAME ) : $(SOURCE )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include ../config.site.mk
3
3
4
4
# lib name, version
5
5
LIBNAME =libnfs
6
- VERSION =0804e67
6
+ VERSION =1.3.0
7
7
SOURCE =$(LIBNAME ) -$(VERSION )
8
8
ARCHIVE =$(SOURCE ) .tar.gz
9
9
@@ -27,7 +27,6 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
27
27
echo $(SOURCE ) > .gitignore
28
28
mkdir -p $(PREFIX ) /include/rpc
29
29
install -c -m 644 $(RPC_HEADERS ) $(PREFIX ) /include/rpc/
30
- cd $(SOURCE ) ; patch -p0 < ../001_fix_hanewin.patch
31
30
cd $(SOURCE ) ; ./bootstrap
32
31
cd $(SOURCE ) ; $(CONFIGURE )
33
32
You can’t perform that action at this time.
0 commit comments