15 lines
532 B
Plaintext
15 lines
532 B
Plaintext
$OpenBSD: patch-third-party_pjproject_Makefile,v 1.6 2019/05/31 10:36:27 sthen Exp $
|
|
|
|
Index: third-party/pjproject/Makefile
|
|
--- third-party/pjproject/Makefile.orig
|
|
+++ third-party/pjproject/Makefile
|
|
@@ -88,7 +88,7 @@ _all: $(TARGETS)
|
|
|
|
.DELETE_ON_ERROR:
|
|
|
|
-$(DOWNLOAD_DIR)/$(TARBALL_FILE): ../versions.mak
|
|
+$(DOWNLOAD_DIR)/$(TARBALL_FILE):
|
|
$(CMD_PREFIX) ($(TARBALL_EXISTS) && $(TARBALL_VERIFY) && touch $@) || (rm -rf $@ ;\
|
|
$(TARBALL_DOWNLOAD)) || (rm -rf $@ ;\
|
|
$(SHELL_ECHO_PREFIX) Retrying download ; $(TARBALL_DOWNLOAD))
|