svn commit: r408374 - head/math/foma/files

John Marino marino at FreeBSD.org
Sun Feb 7 11:40:21 UTC 2016


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}


More information about the svn-ports-all mailing list