mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
12 lines
371 B
Plaintext
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 =
|