1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/graphics/inventor/files/patch-lib-GNUmakefile
Maho Nakata 630eb2d3af SGI's Open Inventor (TM)
an object-oriented 3D toolkit offering a comprehensive
solution to interactive graphics programming problems.

PR:		46731
Submitted by:	Christian Gusenbauer <c47g@gmx.at>
2003-08-03 06:56:12 +00:00

16 lines
344 B
Plaintext

*** 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 \