aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xstroke/files
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-05-13 05:52:49 +0800
committeranholt <anholt@FreeBSD.org>2003-05-13 05:52:49 +0800
commit57fdefd302b62ef61f7ae117e3df4ca0006e46b6 (patch)
tree130370018e6e1d04f8a4f06fab5ec443d28af204 /x11/xstroke/files
parent79606c74cc30ee0f71840ae742bb808d26cf29ea (diff)
downloadfreebsd-ports-gnome-57fdefd302b62ef61f7ae117e3df4ca0006e46b6.tar.gz
freebsd-ports-gnome-57fdefd302b62ef61f7ae117e3df4ca0006e46b6.tar.zst
freebsd-ports-gnome-57fdefd302b62ef61f7ae117e3df4ca0006e46b6.zip
Un-break after Xft and XFree86 4.3 changes.
Diffstat (limited to 'x11/xstroke/files')
-rw-r--r--x11/xstroke/files/patch-Imakefile8
-rw-r--r--x11/xstroke/files/patch-action_item.h11
2 files changed, 15 insertions, 4 deletions
diff --git a/x11/xstroke/files/patch-Imakefile b/x11/xstroke/files/patch-Imakefile
index 7d6a7e68e121..8beae80ccf58 100644
--- a/x11/xstroke/files/patch-Imakefile
+++ b/x11/xstroke/files/patch-Imakefile
@@ -1,13 +1,13 @@
---- Imakefile.orig Tue Dec 11 06:17:11 2001
-+++ Imakefile Tue May 14 16:06:49 2002
+--- Imakefile.orig Mon Dec 10 14:17:11 2001
++++ Imakefile Mon May 12 14:55:25 2003
@@ -1,9 +1,10 @@
#define IHaveSubdirs
SUBDIRS=etc
-CDEBUGFLAGS=-g -ansi -ansi-error -Wall -pedantic
-+CDEBUGFLAGS=%%CFLAGS%%
++EXTRA_DEFINES=$(CPPFLAGS) $(XFTINCLUDES)
YFLAGS=-d
-LOCAL_LIBRARIES=$(XTESTLIB) $(XLIB) $(XRENDERLIB) $(XFTLIB) -lm -ldl -lpthread
-+LOCAL_LIBRARIES=$(XTESTLIB) $(XLIB) $(XRENDERLIB) $(XFTLIB) -lm -lpthread %%LDFLAGS%%
++LOCAL_LIBRARIES=$(XTESTLIB) $(XLIB) $(XRENDERLIB) $(XFTLIB) -lm $(LDFLAGS)
FLEX=flex
+YACC=bison -y
OBJS=xstroke.o args.o backing.o bresenham.o brush.o control_win.o stroke.o matrix.o \
diff --git a/x11/xstroke/files/patch-action_item.h b/x11/xstroke/files/patch-action_item.h
new file mode 100644
index 000000000000..949ad55e2b23
--- /dev/null
+++ b/x11/xstroke/files/patch-action_item.h
@@ -0,0 +1,11 @@
+--- action_item.h.orig Mon May 12 14:36:48 2003
++++ action_item.h Mon May 12 14:36:59 2003
+@@ -18,7 +18,7 @@
+
+ #include <X11/X.h>
+ #define XK_MISCELLANY
+-#include <X11/keysymdef.h>
++#include <X11/keysym.h>
+ #include <X11/Xutil.h>
+
+ enum action_type