1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/abs/files/patch-aa
Steve Price 2d880fc89c Initial import of abs version 0.5.
A free spreadsheet with a graphical user interface.

PR:		9616
Submitted by:	Gianmarco Giovannelli <gmarco@giovannelli.it>
1999-01-26 03:43:37 +00:00

20 lines
458 B
Plaintext

--- Makefile.orig Mon Jan 25 00:36:03 1999
+++ Makefile Mon Jan 25 00:37:42 1999
@@ -4,6 +4,7 @@
MAKE = make
+CFLAGS+=-I$(X11BASE)/include
LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext
SRCS = \
@@ -105,7 +106,7 @@
$(MAKE) all); \
fi \
done
- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS)
+ $(CC) $(CFLAGS) -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS)
clean::
rm -f *.o */*.o */*.a