1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/x11/XFree86-4-libraries/files/patch-z37
Satoshi Asami 036dd8c105 Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs.  Other miscellaneous bug fixes.

Submitted by:	maintainer
2000-08-25 10:35:22 +00:00

25 lines
737 B
Plaintext

--- 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))