Subject: Re: XFree86 & GLX support?
To: None <gillhaa@ghost.whirlpool.com, magick@bundy.lip.owl.de>
From: Sean Doran <smd@ebone.net>
List: port-i386
Date: 09/13/1999 17:48:56
| With the latest snapshot from the URL above, I just did the following:
| ./configure --with-mesa=/usr/pkgsrc/graphics/Mesa/work/Mesa-3.0 --with-chipset=tnt
| make

Hm, snapshot and CVS fetch both result in a failure in libGL/Makefile
because of the use of the "ifeq" operator (wrong grammar).

How did you build the package?

sean# make
for i in ./include/GL ./libGL ./servGL ;        do  ( cd $i && make all ) || exit 1;  done
rm -f gl.h
ln -s /usr/pkgsrc/graphics/Mesa/work.i386/Mesa-3.0/include/GL/gl.h gl.h
"Makefile", line 51: Need an operator
"Makefile", line 54: Need an operator
"Makefile", line 57: Need an operator
"Makefile", line 62: Need an operator
"Makefile", line 64: Need an operator
"Makefile", line 66: Need an operator
"Makefile", line 79: Need an operator
"Makefile", line 87: Need an operator
"Makefile", line 92: Need an operator
Fatal errors encountered -- cannot continue
*** Error code 1

Stop.

sean# sed -n '51p\^J54p\^J57p' libGL/Makefile
ifeq "${USE_DYNAMIC_MODULE}" "yes"
else
endif

	Sean.