aboutsummaryrefslogtreecommitdiff
path: root/math/ump/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/ump/files/patch-Makefile')
-rw-r--r--math/ump/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ump/files/patch-Makefile b/math/ump/files/patch-Makefile
index 7bda4aeff1fd..8ebe30a21800 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$(X11BASE)/lib
++GL_LIB = -lGL -lGLU -L$(LOCALBASE)/lib
## The next path will be required on some Mac-systems to compile
##FLAGS += -I/usr/X11/include/GL
@@ -42,7 +42,7 @@
+FLAGS += -DDONT_HAVE_LOG2
+## X11 includes
-+FLAGS += -I$(X11BASE)/include
++FLAGS += -I$(LOCALBASE)/include
## If you'd like to compile with debuging info avaliable
##FLAGS += -ggdb