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/glu/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/glu/patches')
-rw-r--r-- | graphics/glu/patches/patch-ae | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/glu/patches/patch-ae b/graphics/glu/patches/patch-ae new file mode 100644 index 00000000000..d5f41da33a8 --- /dev/null +++ b/graphics/glu/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. |