summaryrefslogtreecommitdiff
path: root/x11-wm/scwm/files/patch-ag
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:57:56 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:57:56 +0000
commitbebd89314e57ff34ea47724c5605a0f32c425dcf (patch)
treed991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /x11-wm/scwm/files/patch-ag
parentImplment WANT_GTK. (diff)
Implement WANT_IMLIB and USE_IMLIB.
Diffstat (limited to 'x11-wm/scwm/files/patch-ag')
-rw-r--r--x11-wm/scwm/files/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/scwm/files/patch-ag b/x11-wm/scwm/files/patch-ag
new file mode 100644
index 000000000000..f9d4c2e5f06d
--- /dev/null
+++ b/x11-wm/scwm/files/patch-ag
@@ -0,0 +1,12 @@
+--- src/guile-compat.h.orig Tue Sep 12 20:55:56 2000
++++ src/guile-compat.h Tue Sep 12 20:56:42 2000
+@@ -76,8 +76,7 @@
+
+ #ifdef HAVE_SCM_THE_LAST_STACK_FLUID
+ /* from libguile/fluids.h --07/01/98 gjb */
+-SCM scm_fluid_ref SCM_P ((SCM fluid));
+-SCM scm_fluid_set_x SCM_P ((SCM fluid, SCM value));
++#include <libguile/fluids.h>
+ #define DEREF_LAST_STACK scm_fluid_ref(gh_cdr(scm_the_last_stack_fluid))
+ #define SET_LAST_STACK(X) scm_fluid_set_x (gh_cdr (scm_the_last_stack_fluid), (X))
+