pkgsrc/x11/xorg-libs/patches/patch-bn
joerg 22838bd6ee Don't create xorg/lib/X11/fs as symlink to the config directory,
it prevents the default config from being included correctly
in the package. Add a random imake dependency to xorg-fontserver
while here and bump the revision.
2006-04-12 21:53:58 +00:00

13 lines
434 B
Text

$NetBSD: patch-bn,v 1.4 2006/04/12 21:53:58 joerg Exp $
--- programs/xfs/Imakefile.orig 2006-04-12 21:45:29.000000000 +0000
+++ programs/xfs/Imakefile
@@ -51,8 +51,6 @@ ServerTarget(xfs,$(FSDIRS),NullParameter
ServerTarget(xfs,$(FSDIRS),difs/main.o,$(FSLIBS),$(FSSYSLIBS) $(EXTRA_LIBRARIES))
#endif
-LinkConfDirectory(fs,.,fs,.)
-
CppFileTarget(config,config.cpp,$(SITE_CONFIG),$(ICONFIGFILES))
InstallManPage(xfs,$(MANDIR))