diff options
-rw-r--r-- | math/ump/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ump/files/patch-Makefile b/math/ump/files/patch-Makefile index 506c9e9486aa..7347810ec3a4 100644 --- a/math/ump/files/patch-Makefile +++ b/math/ump/files/patch-Makefile @@ -20,7 +20,7 @@ FLAGS += -DPLOT_3D ## You might have to change this path -GL_LIB = -lGL -lGLU -L/usr/X11/lib -+GL_LIB = -lGL -lGLU -L$(LOCALBASE)/lib ++GL_LIB = -lGL -lGLU -L$(LOCALBASE)/lib -lX11 ## The next path will be required on some Mac-systems to compile ##FLAGS += -I/usr/X11/include/GL |