aboutsummaryrefslogblamecommitdiff
path: root/multimedia/handbrake/files/patch-make_include_select.defs
blob: b692161187e7105fc4e018828479bc1852716d21 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                              
--- ./make/include/select.defs.orig	2009-03-01 12:28:24.000000000 -0500
+++ ./make/include/select.defs	2011-05-24 05:50:46.073808851 -0400
@@ -7,6 +7,6 @@
 FETCH = $(FETCH.$(FETCH.select))
 
 FETCH.select  = MISSING
-FETCH.MISSING = $(error one of the following tools is required: wget, curl)
+##FETCH.MISSING = $(error one of the following tools is required: wget, curl)
 FETCH.curl    = $(CURL.exe) -q -L -o $(1) $(2)
 FETCH.wget    = $(WGET.exe) -O $(1) $(2)