summaryrefslogtreecommitdiff
path: root/x11/XFree86/scripts
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-05-17 13:07:28 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-05-17 13:07:28 +0000
commit4665c9e7e08081892f37575482569aceef907e38 (patch)
treea59896ae758045ec1a83143baef5c2f8052c7136 /x11/XFree86/scripts
parentSorry, I was using an old distfile! The checksum hasn't changed, (diff)
Bug fixes for compilation from the O'Reilly and Associates CDROM
Reviewed by: jmz Submitted by: Mark Murray <mark@grondar.za>
Notes
Notes: svn path=/head/; revision=1772
Diffstat (limited to 'x11/XFree86/scripts')
-rw-r--r--x11/XFree86/scripts/configure7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure
index 3fc623a55508..d4d42ca025ac 100644
--- a/x11/XFree86/scripts/configure
+++ b/x11/XFree86/scripts/configure
@@ -35,12 +35,7 @@ if [ -f $WRKDIR/.cdrom ]; then
pl=01
fi
echo "==> building the tree (please wait)"
- if [ -f ${WRKDIR}/.cd_OR ] ; then
- (cd $WRKDIR; cp $X11R6/xc/config/util/lndir.c .; cc -o lndir lndir.c; mkdir ./xc; ./lndir $X11R6/xc ./xc)
- fi
- if [ -f ${WRKDIR}/.cd_X ] ; then
- (cd $WRKDIR; sh $FILESDIR/maketree $X11R6)
- fi
+ (cd $WRKDIR; sh $FILESDIR/maketree $X11R6)
else
X11FIXES=`cat $WRKDIR/.ftp`
pl=12