630eb2d3af
an object-oriented 3D toolkit offering a comprehensive solution to interactive graphics programming problems. PR: 46731 Submitted by: Christian Gusenbauer <c47g@gmx.at>
15 lines
344 B
Text
15 lines
344 B
Text
*** lib/GNUmakefile Sat Dec 14 18:23:15 2002
|
|
--- lib/GNUmakefile.new Sat Dec 14 17:30:19 2002
|
|
***************
|
|
*** 10,15 ****
|
|
--- 10,19 ----
|
|
-lX11 -lm \
|
|
-lGLU -lGL
|
|
|
|
+ ifeq ($(usingFreeBSD), 1)
|
|
+ LLDLIBS += -lXext -liconv
|
|
+ endif
|
|
+
|
|
OBJECTS = \
|
|
./database/src/sb/projectors/SbProjectors.o \
|
|
./database/src/sb/Sb.o \
|