diff options
author | marino <marino@FreeBSD.org> | 2014-09-15 16:01:35 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-09-15 16:01:35 +0800 |
commit | 353dc031b9a30dd029bf7b09614737ef32f3d5d8 (patch) | |
tree | 5335c38d41b6068838f79e72366b7a36316ed7ce | |
parent | 009567e54cbcfba77d08d85cd21550ec8593d293 (diff) | |
download | freebsd-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-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 |