pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/xorg Add the missing directory to the extrac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0876645e6451
branches:  trunk
changeset: 492246:0876645e6451
user:      hira <hira%pkgsrc.org@localhost>
date:      Thu Apr 07 23:39:08 2005 +0000

description:
Add the missing directory to the extract list.  Problem reported
by Todd Willey in private e-mail.

diffstat:

 meta-pkgs/xorg/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 91bae235b68e -r 0876645e6451 meta-pkgs/xorg/Makefile.common
--- a/meta-pkgs/xorg/Makefile.common    Thu Apr 07 23:13:50 2005 +0000
+++ b/meta-pkgs/xorg/Makefile.common    Thu Apr 07 23:39:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2005/04/03 21:04:40 rillig Exp $
+# $NetBSD: Makefile.common,v 1.26 2005/04/07 23:39:08 hira Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will
 #   be built in.
@@ -297,7 +297,7 @@
 # This can use for a single distfile.
 #
 .  if defined(XEXTRACTS) && !empty(XEXTRACTS)
-_EXTRACTS=             xc/config xc/include
+_EXTRACTS=             xc/config xc/include xc/extras/Mesa/include/GL
 .    for _dir in ${XEXTRACTS}
 _EXTRACTS+=            xc/${_dir}
 .    endfor



Home | Main Index | Thread Index | Old Index