summaryrefslogtreecommitdiff
path: root/graphics/inventor/files/patch-lib-GNUmakefile
blob: c0ce198af4a45462940e2afa73069a1ad2b6040f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*** 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 \