summaryrefslogtreecommitdiff
path: root/x11/matchbox-panel/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/matchbox-panel/patches/patch-aa')
-rw-r--r--x11/matchbox-panel/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/matchbox-panel/patches/patch-aa b/x11/matchbox-panel/patches/patch-aa
new file mode 100644
index 00000000000..45fa3aa7070
--- /dev/null
+++ b/x11/matchbox-panel/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
+
+--- configure.ac.orig 2005-01-11 14:24:31.000000000 -0800
++++ configure.ac
+@@ -183,7 +183,7 @@ if test x$enable_linux_apm = xyes; then
+ AC_DEFINE(HAVE_APM_H, [1], [Have Linux APM headers])
+ fi
+
+-AC_CHECK_HEADERS(apmvar.h, enable_bsd_apm=yes, enable_bsd_apm=no)
++AC_CHECK_HEADERS(machine/apmvar.h, enable_bsd_apm=yes, enable_bsd_apm=no)
+ if test x$enable_bsd_apm = xyes; then
+ AC_DEFINE(HAVE_APMVAR_H, [1], [Have BSD APM headers])
+ miniapm_enabled="yes"