openbsd-ports/x11/gtk+2/patches/patch-configure
ajacoutot d2391ace77 Major update to gtk+2-2.22.0.
Take maintainership.
gdk-pixbuf is now a separate library.

ok jasper@
2010-09-30 07:18:15 +00:00

16 lines
393 B
Plaintext

$OpenBSD: patch-configure,v 1.26 2010/09/30 07:18:15 ajacoutot Exp $
Do not force enable_man to yes.
--- configure.orig Thu Sep 23 16:27:27 2010
+++ configure Wed Sep 29 08:32:22 2010
@@ -24196,7 +24196,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