michael@34: Index: configs/default michael@34: --- src/glut/glx/glut_event.c.orig 2008-11-26 19:10:59.000000000 +0100 michael@34: +++ src/glut/glx/glut_event.c 2008-11-26 19:11:40.000000000 +0100 michael@34: @@ -24,7 +24,7 @@ michael@34: # ifdef __sgi michael@34: # include /* prototype for bzero used by FD_ZERO */ michael@34: # endif michael@34: -# if (defined(__FreeBSD__) || defined(SVR4) || defined(CRAY) || defined(AIXV3)) && !defined(FD_SETSIZE) michael@34: +# if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(SVR4) || defined(CRAY) || defined(AIXV3)) && !defined(FD_SETSIZE) michael@34: # include /* select system call interface */ michael@34: # ifdef luna michael@34: # include michael@34: Index: src/glut/glx/glut_event.c michael@34: --- configs/default.orig 2008-11-26 19:08:51.000000000 +0100 michael@34: +++ configs/default 2008-11-26 19:09:33.000000000 +0100 michael@34: @@ -27,8 +27,8 @@ michael@34: # Misc tools and flags michael@34: SHELL = /bin/sh michael@34: MKLIB = $(SHELL) $(TOP)/bin/mklib michael@34: -MKLIB_OPTIONS = michael@34: -MKDEP = makedepend michael@34: +MKLIB_OPTIONS = -static michael@34: +MKDEP = @l_x11bindir@/makedepend michael@34: MKDEP_OPTIONS = -fdepend michael@34: MAKE = make michael@34: INSTALL = $(SHELL) $(TOP)/bin/minstall