summaryrefslogtreecommitdiffstats
path: root/graphics/inventor/files/patch-lib-GNUmakefile
blob: 46ef35ed0981a1af88932113fb55809902c7e135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lib/GNUmakefile.orig	2001-09-25 02:45:32.000000000 +0200
+++ lib/GNUmakefile	2013-10-10 14:49:54.000000000 +0200
@@ -10,6 +10,10 @@
         -lX11 -lm \
         -lGLU -lGL
 
+ifeq ($(usingFreeBSD), 1)
+LLDLIBS += %%ICONV_LIB%%
+endif
+
 OBJECTS = \
 	./database/src/sb/projectors/SbProjectors.o \
 	./database/src/sb/Sb.o \
OpenPOWER on IntegriCloud