From b10cce44e863e1d9498df160f773180e770d6dd3 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 27 Dec 1999 21:35:55 +0000 Subject: * Fixup MASTER_SITES * Split patches one file per patch * Whitespace nits PR: 15720 Submitted by: KATO Tsuguru --- net/fspclient/files/patch-ae | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 net/fspclient/files/patch-ae (limited to 'net/fspclient/files/patch-ae') diff --git a/net/fspclient/files/patch-ae b/net/fspclient/files/patch-ae new file mode 100644 index 000000000000..13156fc2c1b9 --- /dev/null +++ b/net/fspclient/files/patch-ae @@ -0,0 +1,26 @@ +--- Makefile.in.orig Thu May 6 10:11:58 1993 ++++ Makefile.in Mon Dec 27 22:07:20 1999 +@@ -3,19 +3,19 @@ + srcdir = @srcdir@ + VPATH = @srcdir@ + +-CC = @CC@ ++#CC = @CC@ + AR = ar + # set RANLIB = @: if your system doesn't have or need ranlib + RANLIB = @RANLIB@ + # use cp if you don't have install + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_PROGRAM = install -c -s -o bin -g bin -m 555 + INSTALL_DATA = @INSTALL_DATA@ + + DEFS = @DEFS@ + +-CFLAGS = -g +-LDFLAGS = $(CFLAGS) ++#CFLAGS = -g ++#LDFLAGS = $(CFLAGS) + LIBS = @LIBS@ + + prefix = /usr/local -- cgit v1.2.3