45d1055ef1
but is virtually the same as the xfree86-3.3.6 one except some of the pkgsrc changes were included. * Add a bug fix for MTRR support on K6 processors, taken from OpenBSD. This was apparently fixed in their tree in March 2000. * The package Makefile now uses BSDSRCDIR to find the kernel sources instead of requiring a symlinks /sys --> kernel sources. * Become the maintainer since I originally committed this package, and am upgrading it.
15 lines
369 B
Text
15 lines
369 B
Text
$NetBSD: patch-aa,v 1.2 2001/01/17 23:57:53 jlam Exp $
|
|
|
|
--- Makefile.inc.orig Fri Jan 12 14:09:51 2001
|
|
+++ Makefile.inc
|
|
@@ -3,8 +3,9 @@
|
|
# NetBSDApertureDir variable in xc/config/cf/host.def before rebuilding
|
|
# the X server
|
|
|
|
-APDIR= /usr/local/aperture
|
|
+APDIR= ${PREFIX}
|
|
|
|
+S= ${BSDSRCDIR}/sys
|
|
KMODDIR= ${APDIR}/lkm
|
|
BINDIR= ${APDIR}/bin
|
|
MANDIR= ${APDIR}/man
|