diff options
Diffstat (limited to 'graphics/inventor/files/patch-lib-GNUmakefile')
| -rw-r--r-- | graphics/inventor/files/patch-lib-GNUmakefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/inventor/files/patch-lib-GNUmakefile b/graphics/inventor/files/patch-lib-GNUmakefile new file mode 100644 index 000000000000..c0ce198af4a4 --- /dev/null +++ b/graphics/inventor/files/patch-lib-GNUmakefile @@ -0,0 +1,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 \ |
