pkgsrc/graphics/MesaLib/patches/patch-ac
jschauma 87938dc3b7 Finally update Mesa and friends after the distfile changed on the website
without a version bump.  Changes made, according to the website, for
libtool/autofoo fixes.

Some changes from Ron Roskens:
glut depends upon graphics/glu (otherwise its linked against X11R6 libs)

MesaDemos:
 rather than using the pre-built distribution makefiles,
 use the automake/configure built makefiles which have
 the build dependencies all setup.

This closes PR pkg/23476.
2003-11-18 16:10:55 +00:00

13 lines
429 B
Text

$NetBSD: patch-ac,v 1.3 2003/11/18 16:10:56 jschauma Exp $
--- src/Makefile.in.orig 2003-11-07 11:58:20.000000000 -0500
+++ src/Makefile.in 2003-11-13 21:45:41.000000000 -0500
@@ -187,7 +187,7 @@
program_transform_name = @program_transform_name@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
-sysconfdir = @sysconfdir@
+sysconfdir = @datadir@/examples/mesa
target_alias = @target_alias@
use_si_glu = @use_si_glu@