1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/math/spar/files/patch-calculator_Makefile.in
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

12 lines
371 B
Plaintext

--- calculator/Makefile.in.orig 2001-06-26 13:32:25 UTC
+++ calculator/Makefile.in
@@ -91,7 +91,7 @@ PROGRAMS = $(bin_PROGRAMS)
DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lcompat
spar_OBJECTS = commands.o commands_table.o shell.o spar.o
spar_DEPENDENCIES = ../lib/.libs/libspar.so
spar_LDFLAGS =