aboutsummaryrefslogtreecommitdiff
path: root/security/pidentd
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1997-09-01 13:50:41 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1997-09-01 13:50:41 +0000
commit62341526548ec0a4e88f89ac64cd7cebeba91d41 (patch)
tree1ffd81d20ff72bc81938f1109c37226a9aec68b4 /security/pidentd
parentae7351d57852215a80135b23813bca44c88e1c52 (diff)
downloadports-62341526548ec0a4e88f89ac64cd7cebeba91d41.tar.gz
ports-62341526548ec0a4e88f89ac64cd7cebeba91d41.zip
Notes
Diffstat (limited to 'security/pidentd')
-rw-r--r--security/pidentd/files/patch-ai19
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