diff options
author | hira <hira@pkgsrc.org> | 2005-04-07 23:39:08 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2005-04-07 23:39:08 +0000 |
commit | 143bbdfcccc9165e15e6941d43a436401cb6281e (patch) | |
tree | f3065acd4b59254a7cf293ce5336967b3be3a60c /meta-pkgs | |
parent | 2080211c16d9d41bfcc191180aa01d9d0599f35f (diff) | |
download | pkgsrc-143bbdfcccc9165e15e6941d43a436401cb6281e.tar.gz |
Add the missing directory to the extract list. Problem reported
by Todd Willey in private e-mail.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xorg/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common index d6137bf3a0f..49af090d93f 100644 --- a/meta-pkgs/xorg/Makefile.common +++ b/meta-pkgs/xorg/Makefile.common @@ -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 @@ do-configure: # 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 |