Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 08:01:35 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368253 - head/math/ump/files
Message-ID:  <201409150801.s8F81Zev039776@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409150801.s8F81Zev039776>