diff options
Diffstat (limited to 'graphics/inventor/files/patch-lib-GNUmakefile')
-rw-r--r-- | graphics/inventor/files/patch-lib-GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inventor/files/patch-lib-GNUmakefile b/graphics/inventor/files/patch-lib-GNUmakefile index 2d734737fd9d..46ef35ed0981 100644 --- a/graphics/inventor/files/patch-lib-GNUmakefile +++ b/graphics/inventor/files/patch-lib-GNUmakefile @@ -5,7 +5,7 @@ -lGLU -lGL +ifeq ($(usingFreeBSD), 1) -+LLDLIBS += -lXext %%ICONV_LIB%% ++LLDLIBS += %%ICONV_LIB%% +endif + OBJECTS = \ |