diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-25 10:35:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-25 10:35:22 +0000 |
commit | 036dd8c105cb7f94338b4e5d80f68f6e2f33b49d (patch) | |
tree | 6204e84f9bdea3944eb76a398968a1cfcd18bec6 /x11/XFree86-4-libraries/files/patch-z37 | |
parent | Upgrade the upgrade kits to include /etc/mtree/BSD.x11-4.dist. Bump versions (diff) |
Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=31962
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z37')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z37 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z37 b/x11/XFree86-4-libraries/files/patch-z37 new file mode 100644 index 000000000000..4f6e5a12a07c --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-z37 @@ -0,0 +1,24 @@ +--- programs/Xserver/hw/xfree86/xf86cfg/Imakefile.orig Thu Jun 15 04:42:20 2000 ++++ programs/Xserver/hw/xfree86/xf86cfg/Imakefile Sat Aug 19 18:09:24 2000 +@@ -2,6 +2,10 @@ + + XCOMM CDEBUGFLAGS=-g -Wall -ansi -pedantic + ++#if defined(FreeBSDBuildXbin) && FreeBSDBuildXbin ++INCLUDES = -I../parser ++#endif ++ + SRCS =\ + accessx.c\ + card-cfg.c\ +@@ -67,8 +71,10 @@ + + NormalProgramTarget($(PROG),$(OBJS),,$(LOCAL_LIBRARIES),) + InstallProgramWithFlags($(PROG),$(BINDIR),NullParameter) ++#if !defined(LibHeaders) || LibHeaders + InstallMultipleFlags($(XBMPICS),$(INCDIR)/X11/bitmaps,$(INSTINCFLAGS)) + InstallMultipleFlags($(XPMPICS),$(INCDIR)/X11/pixmaps,$(INSTINCFLAGS)) ++#endif + InstallAppDefaults(XF86Cfg) + InstallManPage(xf86cfg,$(MANDIR)) + |