openbsd-ports/x11/gtk+3/patches/patch-configure
2011-09-26 07:14:49 +00:00

16 lines
392 B
Plaintext

$OpenBSD: patch-configure,v 1.7 2011/09/26 07:14:49 ajacoutot Exp $
Do not force enable_man to yes.
--- configure.orig Mon Sep 26 03:14:08 2011
+++ configure Mon Sep 26 08:45:36 2011
@@ -24580,7 +24580,7 @@ fi
# Check whether --enable-man was given.
if test "${enable_man+set}" = set; then :
- enableval=$enable_man; enable_man=yes
+ enableval=$enable_man;
else
enable_man=no
fi