summaryrefslogtreecommitdiff
path: root/x11/fltk2/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fltk2/patches/patch-ac')
-rw-r--r--x11/fltk2/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/fltk2/patches/patch-ac b/x11/fltk2/patches/patch-ac
new file mode 100644
index 00000000000..18bfd2db635
--- /dev/null
+++ b/x11/fltk2/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2008/05/25 15:29:19 joerg Exp $
+
+--- configure.orig 2008-05-16 18:07:17.000000000 +0200
++++ configure
+@@ -11085,7 +11085,7 @@ if test "${enable_xshm+set}" = set; then
+ enableval=$enable_xshm;
+ fi
+
+- if test x$enable_xshm == xyes; then
++ if test x$enable_xshm = xyes; then
+ { echo "$as_me:$LINENO: checking for X11/extensions/XShm.h" >&5
+ echo $ECHO_N "checking for X11/extensions/XShm.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_X11_extensions_XShm_h+set}" = set; then