By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1739
Collapse All | Expand All

(-)ori/fireflies/Make.include (-1 / +1 lines)
Lines 1-6 Link Here
1
CXX = g++
1
CXX = g++
2
2
3
SDL_LIBS = -L/usr/lib -lSDL
3
SDL_LIBS = -L/usr/lib -lSDL -lX11
4
SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
4
SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
5
GL_LIBS = -lGL -lGLU
5
GL_LIBS = -lGL -lGLU
6
OPT_LIBS = 
6
OPT_LIBS = 

Return to bug 1739