openbsd-ports/x11/gtk+3/patches/patch-configure
ajacoutot c738dea819 Update to gtk+3-3.1.92.
ok jasper@ robert@
2011-09-20 21:12:09 +00:00

16 lines
392 B
Plaintext

$OpenBSD: patch-configure,v 1.6 2011/09/20 21:12:09 ajacoutot Exp $
Do not force enable_man to yes.
--- configure.orig Mon Sep 19 23:39:29 2011
+++ configure Tue Sep 20 10:14:15 2011
@@ -24478,7 +24478,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