summaryrefslogtreecommitdiff
path: root/sysutils/dvdisaster/patches/patch-scripts_bash-based-configure
blob: 6cb8b1acc94278dc0300b0a87b37fe69d41cbbf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-scripts_bash-based-configure,v 1.2 2017/03/18 13:54:24 adam Exp $

Always succeed REQUIRE_GCC().

--- scripts/bash-based-configure.orig	2015-12-07 20:06:50.000000000 +0000
+++ scripts/bash-based-configure
@@ -332,6 +341,11 @@ function REQUIRE_GMAKE()
 
 function REQUIRE_GCC()
 {
+   return 0
+}
+
+function REQUIRE_GCC_HIDDEN()
+{
    if test -n "$cfg_help_mode"; then
       return 0
    fi