]> git.pld-linux.org Git - packages/t3.git/blame - t3-makefile.patch
- tabs in preamble
[packages/t3.git] / t3-makefile.patch
CommitLineData
774a9138 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 \
9a37e9cb 8+ -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib64 \
774a9138 9 -lglut -lGL -lGLU -lXi -lXmu -lm -ltiff \
10 -o t3 $^
11
This page took 0.102003 seconds and 4 git commands to generate.