summaryrefslogtreecommitdiff
path: root/security/slush/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-24 02:21:57 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-24 02:21:57 +0000
commit1a06cefa35766c17602530f044831121f21671a8 (patch)
tree8094e9922bd1f3d98c04c09d9aded42dde7f4475 /security/slush/files
parentFix build for -current boxes with egcs' f77 compiler. (diff)
Update to version 0.1.1.
PR: 11663 Submitted by: maintainer
Diffstat (limited to 'security/slush/files')
-rw-r--r--security/slush/files/patch-aa28
1 files changed, 3 insertions, 25 deletions
diff --git a/security/slush/files/patch-aa b/security/slush/files/patch-aa
index b7a70d5f7847..61c6f4332ea2 100644
--- a/security/slush/files/patch-aa
+++ b/security/slush/files/patch-aa
@@ -1,7 +1,7 @@
*** Makefile.in.orig Tue Apr 6 03:05:04 1999
---- Makefile.in Sun May 9 00:05:44 1999
+--- Makefile.in Sun May 16 21:37:14 1999
***************
-*** 9,27 ****
+*** 9,16 ****
CC=@CC@
INSTALL=@INSTALL@
@@ -10,18 +10,7 @@
all: slush slushd
- slushd: slushd.o common.o
-! $(CC) $(LDFLAGS) -s -o $@ slushd.o common.o $(LIBS)
-
- slushd.o: slushd.c common.o
- $(CC) -c $(CFLAGS) slushd.c
-
- slush: slush.o common.o
-! $(CC) $(LDFLAGS) -s -o $@ slush.o common.o $(LIBS)
-
- slush.o: slush.c common.o
- $(CC) -c $(CFLAGS) slush.c
---- 9,27 ----
+--- 9,16 ----
CC=@CC@
INSTALL=@INSTALL@
@@ -30,17 +19,6 @@
all: slush slushd
- slushd: slushd.o common.o
-! $(CC) -static $(LDFLAGS) -o $@ slushd.o common.o $(LIBS)
-
- slushd.o: slushd.c common.o
- $(CC) -c $(CFLAGS) slushd.c
-
- slush: slush.o common.o
-! $(CC) -static $(LDFLAGS) -o $@ slush.o common.o $(LIBS)
-
- slush.o: slush.c common.o
- $(CC) -c $(CFLAGS) slush.c
***************
*** 38,44 ****
install: $(SBINDIR)/slushd $(MANDIR)/slush.8