View | Details | Raw Unified | Return to bug 26545
Collapse All | Expand All

(-)drac/files/patch-aa (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.old	Mon Nov 20 16:35:16 2000
1
--- Makefile.orig	Mon Nov 20 16:35:16 2000
2
+++ Makefile	Sun Jan 14 20:06:47 2001
2
+++ Makefile	Fri Apr 13 22:19:29 2001
3
@@ -5,9 +5,10 @@
3
@@ -5,9 +5,10 @@
4
 
4
 
5
 # Paths
5
 # Paths
Lines 43-49 Link Here
43
-#RPCGENFLAGS = -C
43
-#RPCGENFLAGS = -C
44
+TSTLIBS = -L. -ldrac
44
+TSTLIBS = -L. -ldrac
45
+#RPCGENFLAGS = 
45
+#RPCGENFLAGS = 
46
+RPCGENFLAGS = -C
46
+RPCGENFLAGS = -C -b
47
 
47
 
48
 # Man sections
48
 # Man sections
49
 MANLIB = 3
49
 MANLIB = 3
(-)drac/pkg-descr (+2 lines)
Lines 9-11 Link Here
9
The POP and SMTP servers can be on different hosts.
9
The POP and SMTP servers can be on different hosts.
10
10
11
WWW: http://mail.cc.umanitoba.ca/drac/
11
WWW: http://mail.cc.umanitoba.ca/drac/
12
13
- Anders Nordby <anders@fix.no>

Return to bug 26545