diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1997-09-01 13:50:41 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1997-09-01 13:50:41 +0000 |
commit | 62341526548ec0a4e88f89ac64cd7cebeba91d41 (patch) | |
tree | 1ffd81d20ff72bc81938f1109c37226a9aec68b4 /security/pidentd | |
parent | ae7351d57852215a80135b23813bca44c88e1c52 (diff) | |
download | ports-62341526548ec0a4e88f89ac64cd7cebeba91d41.tar.gz ports-62341526548ec0a4e88f89ac64cd7cebeba91d41.zip |
Notes
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/files/patch-ai | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/pidentd/files/patch-ai b/security/pidentd/files/patch-ai new file mode 100644 index 000000000000..8f730ae08a76 --- /dev/null +++ b/security/pidentd/files/patch-ai @@ -0,0 +1,19 @@ +*** src/Makefile.orig Mon Sep 1 15:47:04 1997 +--- src/Makefile Mon Sep 1 15:47:11 1997 +*************** +*** 18,24 **** + mv $(PREFIX)identd .. + + idecrypt: idecrypt.o crypto.o +! $(CC) $(LDFLAGS) -o idecrypt idecrypt.o crypto.o + mv idecrypt .. + + identd.o: identd.c identd.h error.h crypto.h Makefile +--- 18,24 ---- + mv $(PREFIX)identd .. + + idecrypt: idecrypt.o crypto.o +! $(CC) $(LDFLAGS) -o idecrypt idecrypt.o crypto.o $(LIBS) + mv idecrypt .. + + identd.o: identd.c identd.h error.h crypto.h Makefile |