mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
11 lines
369 B
Text
11 lines
369 B
Text
--- calculator/Makefile.in.orig Sun Jul 1 02:55:42 2001
|
|
+++ calculator/Makefile.in Sun Jul 1 02:55:56 2001
|
|
@@ -91,7 +91,7 @@
|
|
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 =
|