diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-10 17:00:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-10 17:00:38 +0000 |
commit | 1d21effd75c0afbb92b3104f415dbaa9ee40738e (patch) | |
tree | 3d7917eca36113360f888d53e5ca1c90af260ecb /x11/xorg-imake/patches | |
parent | e14185f2a5abda93c9b840d456e3950e381547fb (diff) | |
download | pkgsrc-1d21effd75c0afbb92b3104f415dbaa9ee40738e.tar.gz |
Install the DragonFly.cf file too, from Todd Willey in PR pkg/29330.
Diffstat (limited to 'x11/xorg-imake/patches')
-rw-r--r-- | x11/xorg-imake/patches/patch-ai | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/xorg-imake/patches/patch-ai b/x11/xorg-imake/patches/patch-ai new file mode 100644 index 00000000000..94250d84845 --- /dev/null +++ b/x11/xorg-imake/patches/patch-ai @@ -0,0 +1,14 @@ +$NetBSD: patch-ai,v 1.3 2005/02/10 17:00:38 xtraeme Exp $ + +--- config/cf/Imakefile.orig 2005-02-10 15:42:24.000000000 +0000 ++++ config/cf/Imakefile 2005-02-10 15:42:43.000000000 +0000 +@@ -135,7 +135,8 @@ + QNX4.cf \ + darwin.cf \ + xfree86.cf \ +-xorg.cf ++xorg.cf \ ++DragonFly.cf + + INSTFILES = $(RULEFILES) $(TMPLFILES) $(DEFFILES) $(CFFILES) $(LOCALFILES) + |