1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/math/xspread/files/patch-ab
Steve Price 8231c48269 Update to version 3.1.1c.
PR:		14021
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-10 23:49:55 +00:00

21 lines
525 B
Plaintext

--- Makefile.in.orig Tue Nov 7 11:17:18 1995
+++ Makefile.in Tue Sep 28 01:41:35 1999
@@ -1,7 +1,7 @@
# Common prefix for installation directories.
# NOTE: This directory must exist when you start the install.
-prefix = /usr/local
+prefix = @prefix@
exec_prefix = $(prefix)
# Where to put the executables.
bindir = $(exec_prefix)/bin
@@ -19,7 +19,7 @@
CFLAGS = @CFLAGS@
DEFS = @DEFS@
LIBS = @LIBS@
-INCLUDEDIR = -I. -I$(srcdir)
+INCLUDEDIR = -I. -I$(srcdir) @CPPFLAGS@
LN = @LN_S@
RM = rm -f
SHELL = /bin/sh