diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:35:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:35:55 +0000 |
commit | b10cce44e863e1d9498df160f773180e770d6dd3 (patch) | |
tree | 56d79250f6384e13788bd6f6a6f3284cb207adf8 /net/fspclient/files/patch-ae | |
parent | Updated to version 1.11.1+0.99.1.1 (diff) |
* Fixup MASTER_SITES
* Split patches one file per patch
* Whitespace nits
PR: 15720
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'net/fspclient/files/patch-ae')
-rw-r--r-- | net/fspclient/files/patch-ae | 26 |
1 files changed, 26 insertions, 0 deletions
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 |