Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32026/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
        cgilib.patch 
Log Message:
cgilib fix for 10.3

Index: cgilib.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/cgilib.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cgilib.patch        5 Jun 2005 03:39:21 -0000       1.2
+++ cgilib.patch        7 Jun 2005 19:31:58 -0000       1.3
@@ -1,16 +1,20 @@
 diff -uNr cgilib-0.5/Makefile cgilib-0.5-new/Makefile
---- cgilib-0.5/Makefile        1999-08-20 17:14:07.000000000 -0400
-+++ cgilib-0.5-new/Makefile    2005-05-21 18:20:26.000000000 -0400
-@@ -23,19 +23,22 @@
- libcgi.a: $(OBJS)
-       ar rc $@ $^
+--- cgilib-0.5/Makefile        Fri Aug 20 17:14:07 1999
++++ cgilib-0.5-new/Makefile    Tue Jun  7 15:33:10 2005
+@@ -21,7 +21,11 @@
+ OBJS = cgi.o cookies.o
  
+ libcgi.a: $(OBJS)
+-      ar rc $@ $^
++      ar -rc $@ $^
++      ranlib libcgi.a
++
 +libcgi.0.5.dylib: $(OBJS)
 +      gcc -dynamiclib -install_name @PREFIX@/lib/libcgi.0.5.dylib 
-current_version 0.5 -o $@ $^
-+
+ 
  cgitest: cgitest.o libcgi.a
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
- 
+@@ -29,13 +33,13 @@
  jumpto: jumpto.o libcgi.a
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
  
@@ -27,8 +31,8 @@
  htmlman:
        for f in *.[35]; do \
 diff -uNr cgilib-0.5/cgi.c cgilib-0.5-new/cgi.c
---- cgilib-0.5/cgi.c   1999-08-20 17:14:07.000000000 -0400
-+++ cgilib-0.5-new/cgi.c       2005-05-21 18:14:35.000000000 -0400
+--- cgilib-0.5/cgi.c   Fri Aug 20 17:14:07 1999
++++ cgilib-0.5-new/cgi.c       Tue Jun  7 15:30:28 2005
 @@ -31,7 +31,6 @@
  #include <unistd.h>
  #include <string.h>
@@ -38,8 +42,8 @@
  
  int cgiDebugLevel = 0;
 diff -uNr cgilib-0.5/cgitest.c cgilib-0.5-new/cgitest.c
---- cgilib-0.5/cgitest.c       1999-08-17 09:21:20.000000000 -0400
-+++ cgilib-0.5-new/cgitest.c   2005-05-21 18:21:26.000000000 -0400
+--- cgilib-0.5/cgitest.c       Tue Aug 17 09:21:20 1999
++++ cgilib-0.5-new/cgitest.c   Tue Jun  7 15:30:28 2005
 @@ -23,6 +23,7 @@
  
  #include <stdio.h>



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to