aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-09-15 16:01:35 +0800
committermarino <marino@FreeBSD.org>2014-09-15 16:01:35 +0800
commit353dc031b9a30dd029bf7b09614737ef32f3d5d8 (patch)
tree5335c38d41b6068838f79e72366b7a36316ed7ce
parent009567e54cbcfba77d08d85cd21550ec8593d293 (diff)
downloadfreebsd-ports-gnome-353dc031b9a30dd029bf7b09614737ef32f3d5d8.tar.gz
freebsd-ports-gnome-353dc031b9a30dd029bf7b09614737ef32f3d5d8.tar.zst
freebsd-ports-gnome-353dc031b9a30dd029bf7b09614737ef32f3d5d8.zip
math/ump: Fix build on DF, FreeBSD 10+ (explicit linking issue)
-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