From 44268501414e08dae10c1fe5f3440ab5e43611ca Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 15 Sep 2014 08:01:35 +0000 Subject: math/ump: Fix build on DF, FreeBSD 10+ (explicit linking issue) --- math/ump/files/patch-Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/ump/files/patch-Makefile') 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 -- cgit v1.2.3