diff options
author | tron <tron@pkgsrc.org> | 2002-02-11 13:39:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-02-11 13:39:41 +0000 |
commit | 4d89e1cf370dca478c95fc5db2f32cefa8bbcd05 (patch) | |
tree | f3359fb963e7b99aff9f892fbe7d49287d4eb385 /x11/xservers/patches/patch-ac | |
parent | 264a032e543223273593c774436f4e7b8bea607d (diff) | |
download | pkgsrc-4d89e1cf370dca478c95fc5db2f32cefa8bbcd05.tar.gz |
Update "xservers" package to version 3.3.6.1. Changes since 3.3.6.0:
- Install into sub directory "X11R6.3" because at least on systems with
"xpkwedge" installed it is not obvious what "/usr/pkg/R6.3" is.
- Build and install own "xkbcomp" because the old servers don't work with
XFree86 4.x's one.
Diffstat (limited to 'x11/xservers/patches/patch-ac')
-rw-r--r-- | x11/xservers/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xservers/patches/patch-ac b/x11/xservers/patches/patch-ac new file mode 100644 index 00000000000..9867222e2fa --- /dev/null +++ b/x11/xservers/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2002/02/11 13:39:43 tron Exp $ + +--- lib/X11/Imakefile.orig Wed Sep 1 23:00:15 1999 ++++ lib/X11/Imakefile Mon Feb 11 13:42:17 2002 +@@ -905,7 +905,7 @@ + + OBJS = $(OBJS1) $(OBJS2) $(OBJS3) + +-#if !BuildServersOnly || XnestServer ++#if 1 + #include <Library.tmpl> + + SpecialCLibObjectRule(ErrDes,$(ICONFIGFILES),$(EDB_DEFINES)) |