diff options
author | Memphiz <memphis@machzwo.de> | 2011-08-21 21:27:48 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-08-21 21:29:03 +0200 |
commit | ff3ef6da33d81950d827e641aaa36da9914de08f (patch) | |
tree | fda44b302102e1b9ba41e369f35b19959e9366a6 /tools | |
parent | 6ad202b8159096017374e6d95b53dc4a7f1b7cfc (diff) |
[change] - use our mirror for libplist
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/libplist/0001-dontbuildswig.patch | 11 | ||||
-rw-r--r-- | tools/darwin/depends/libplist/Makefile | 2 |
2 files changed, 0 insertions, 13 deletions
diff --git a/tools/darwin/depends/libplist/0001-dontbuildswig.patch b/tools/darwin/depends/libplist/0001-dontbuildswig.patch deleted file mode 100644 index 7ff491df8d..0000000000 --- a/tools/darwin/depends/libplist/0001-dontbuildswig.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/CMakeLists.txt 2011-08-18 21:45:33.000000000 +0200 -+++ b/CMakeLists.txt 2011-08-18 21:45:16.000000000 +0200 -@@ -36,7 +36,7 @@ - ADD_SUBDIRECTORY( test ) - - IF ( SWIG_FOUND AND PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND ) -- ADD_SUBDIRECTORY( swig ) -+# ADD_SUBDIRECTORY( swig ) - ENDIF ( SWIG_FOUND AND PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND ) - - # add uninstall target diff --git a/tools/darwin/depends/libplist/Makefile b/tools/darwin/depends/libplist/Makefile index 26c79095d9..902e9605a7 100644 --- a/tools/darwin/depends/libplist/Makefile +++ b/tools/darwin/depends/libplist/Makefile @@ -8,8 +8,6 @@ SOURCE=$(LIBNAME)-$(VERSION) FILENAME=v$(VERSION) ARCHIVE=$(SOURCE).tar.gz -BASE_URL=http://cgit.sukimashita.com/libplist.git/snapshot - LIBDYLIB=$(SOURCE)/build/src/$(LIBNAME).dylib all: $(LIBDYLIB) .installed |