1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

math/foma: remove linkage with termcap (part of ncurses work)

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-07 11:40:20 +00:00
parent c494d7aa1f
commit 202d1d1c01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408374

View File

@ -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}