diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-18 16:10:55 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-18 16:10:55 +0000 |
commit | 87938dc3b74f8bb786d671c27ef7ac1b29893675 (patch) | |
tree | 2bb68f730e1b8885e40673667ec8b888cc17ebc3 /graphics/MesaLib/patches | |
parent | 34d0358cbb98de0832373ff41337e235a6c0abb8 (diff) | |
download | pkgsrc-87938dc3b74f8bb786d671c27ef7ac1b29893675.tar.gz |
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.
Diffstat (limited to 'graphics/MesaLib/patches')
-rw-r--r-- | graphics/MesaLib/patches/patch-ac | 18 | ||||
-rw-r--r-- | graphics/MesaLib/patches/patch-ae | 17 |
2 files changed, 26 insertions, 9 deletions
diff --git a/graphics/MesaLib/patches/patch-ac b/graphics/MesaLib/patches/patch-ac index f17516d0e53..10b2f43ba88 100644 --- a/graphics/MesaLib/patches/patch-ac +++ b/graphics/MesaLib/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.2 2003/09/29 21:30:28 jschauma Exp $ +$NetBSD: patch-ac,v 1.3 2003/11/18 16:10:56 jschauma Exp $ ---- src/Makefile.in.orig 2003-09-29 13:14:27.000000000 -0400 -+++ src/Makefile.in 2003-09-29 13:14:55.000000000 -0400 -@@ -25,7 +25,7 @@ +--- 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@ - libexecdir = @libexecdir@ - datadir = @datadir@ + sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ +sysconfdir = @datadir@/examples/mesa - sharedstatedir = @sharedstatedir@ - localstatedir = @localstatedir@ - libdir = @libdir@ + target_alias = @target_alias@ + use_si_glu = @use_si_glu@ + diff --git a/graphics/MesaLib/patches/patch-ae b/graphics/MesaLib/patches/patch-ae new file mode 100644 index 00000000000..d5f41da33a8 --- /dev/null +++ b/graphics/MesaLib/patches/patch-ae @@ -0,0 +1,17 @@ +$NetBSD: patch-ae,v 1.1 2003/11/18 16:10:56 jschauma Exp $ + +--- src/GGI/Makefile.am.orig 2003-11-13 21:47:55.000000000 -0500 ++++ src/GGI/Makefile.am 2003-11-13 21:48:04.000000000 -0500 +@@ -7,10 +7,10 @@ + ggimesaconfdatadir = ${sysconfdir}/ggi + ggimesaconfdata_DATA = ggimesa.conf + +-INCLUDES += -I$(top_srcdir)/include -I$(top_srcdir)/src/GGI/include \ ++INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/GGI/include \ + -I$(top_srcdir)/src $(GGI_CFLAGS) + +-DEFS += -DGGIMESACONFFILE=\"$(ggimesaconfdatadir)/ggimesa.conf\" ++DEFS = -DGGIMESACONFFILE=\"$(ggimesaconfdatadir)/ggimesa.conf\" + + if HAVE_GGI + # Build a libtool convenience library. |