summaryrefslogtreecommitdiff
path: root/math/ump/files/patch-Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-09-15 08:01:35 +0000
committerJohn Marino <marino@FreeBSD.org>2014-09-15 08:01:35 +0000
commit44268501414e08dae10c1fe5f3440ab5e43611ca (patch)
tree5335c38d41b6068838f79e72366b7a36316ed7ce /math/ump/files/patch-Makefile
parent- Update to 6.1.11 (diff)
math/ump: Fix build on DF, FreeBSD 10+ (explicit linking issue)
Notes
Notes: svn path=/head/; revision=368253
Diffstat (limited to 'math/ump/files/patch-Makefile')
-rw-r--r--math/ump/files/patch-Makefile2
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