]> git.pld-linux.org Git - packages/t3.git/blob - t3-makefile.patch
- tabs in preamble
[packages/t3.git] / t3-makefile.patch
1 --- t3/src/Makefile~    2004-11-27 10:28:18.000000000 +0100
2 +++ t3/src/Makefile     2004-12-02 13:38:36.884302152 +0100
3 @@ -24,7 +24,7 @@
4  t3 : t3.o starfield.o block.o pieces.o xyz.o rgb.o
5         g++ $(CPPFLAGS) \
6                 -I/usr/local/include \
7 -               -L/usr/local/lib -L/usr/X11/lib \
8 +               -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib64 \
9                 -lglut -lGL -lGLU -lXi -lXmu -lm -ltiff \
10                 -o t3 $^
11  
This page took 0.053877 seconds and 3 git commands to generate.