openbsd-ports/x11/gtk+2/patches/patch-configure
2011-06-16 08:38:41 +00:00

18 lines
477 B
Plaintext

$OpenBSD: patch-configure,v 1.30 2011/06/16 08:38:41 ajacoutot Exp $
./configure[23737]: ${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}: bad substitution
Do not force enable_man to yes.
--- configure.orig Thu Jun 16 01:32:10 2011
+++ configure Thu Jun 16 10:13:50 2011
@@ -25120,7 +25120,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