summaryrefslogtreecommitdiff
path: root/meta-pkgs/xorg
diff options
context:
space:
mode:
authorhira <hira>2005-04-07 23:39:08 +0000
committerhira <hira>2005-04-07 23:39:08 +0000
commit4620636e9ef46839d57b480d819fbca24abe72c3 (patch)
treef3065acd4b59254a7cf293ce5336967b3be3a60c /meta-pkgs/xorg
parentba7ae984531707f2fc0f2d192edb8b162822314f (diff)
downloadpkgsrc-4620636e9ef46839d57b480d819fbca24abe72c3.tar.gz
Add the missing directory to the extract list. Problem reported
by Todd Willey in private e-mail.
Diffstat (limited to 'meta-pkgs/xorg')
-rw-r--r--meta-pkgs/xorg/Makefile.common4
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