summaryrefslogtreecommitdiff
path: root/lang/elk/patches/patch-ab
blob: 91dc3c9396100b63fae1571325b59ee1ae64d469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.7 2015/12/29 23:34:46 dholland Exp $

Honor --without-xaw as configure argument.

--- configure.orig	2011-06-18 15:08:11.000000000 +0400
+++ configure	2012-01-22 19:22:24.000000000 +0400
@@ -17675,6 +17675,11 @@
 else
   ac_cv_my_have_xaw="no (cross-compiling)"
 fi
+
+if test "${WITH_XAW}" = "no"; then
+  ac_cv_my_have_xaw=no
+fi
+ 
  if test "${ac_cv_my_have_xaw}" = "yes"; then
   HAVE_XAW_TRUE=
   HAVE_XAW_FALSE='#'