Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 11:40:20 +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: r408374 - head/math/foma/files
Message-ID:  <201602071140.u17BeKSJ038927@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb  7 11:40:20 2016
New Revision: 408374
URL: https://svnweb.freebsd.org/changeset/ports/408374

Log:
  math/foma: remove linkage with termcap (part of ncurses work)
  
  approved by:	infrastructure blanket

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

Modified: head/math/foma/files/patch-Makefile
==============================================================================
--- head/math/foma/files/patch-Makefile	Sun Feb  7 11:38:15 2016	(r408373)
+++ head/math/foma/files/patch-Makefile	Sun Feb  7 11:40:20 2016	(r408374)
@@ -14,7 +14,7 @@
  LEXCMATRIX = flex -8 --prefix=cmatrix
  RM = /bin/rm -f
 -LDFLAGS = -lreadline -lz -ltermcap
-+LDFLAGS += -lreadline -lz -ltermcap
++LDFLAGS += -lreadline -lz
  FLOOKUPLDFLAGS = libfoma.a -lz
 -CFLAGS = -O3 -Wall -D_GNU_SOURCE -std=c99 -fvisibility=hidden -fPIC
 +CFLAGS += -Wall -D_GNU_SOURCE -std=c99 -fvisibility=hidden -fPIC ${CPPFLAGS}



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