svn commit: r368253 - head/math/ump/files

John Marino marino at FreeBSD.org
Mon Sep 15 08:01:36 UTC 2014


Author: marino
Date: Mon Sep 15 08:01:35 2014
New Revision: 368253
URL: http://svnweb.freebsd.org/changeset/ports/368253
QAT: https://qat.redports.org/buildarchive/r368253/

Log:
  math/ump: Fix build on DF, FreeBSD 10+ (explicit linking issue)

Modified:
  head/math/ump/files/patch-Makefile

Modified: head/math/ump/files/patch-Makefile
==============================================================================
--- head/math/ump/files/patch-Makefile	Mon Sep 15 07:41:39 2014	(r368252)
+++ head/math/ump/files/patch-Makefile	Mon Sep 15 08:01:35 2014	(r368253)
@@ -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
  


More information about the svn-ports-head mailing list