Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory usw-pr-cvs1:/tmp/cvs-serv16497

Modified Files:
        pingus-0.5.0pre3-1.patch 
Log Message:
I must have been drunk on the first run of this

Index: pingus-0.5.0pre3-1.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/pingus-0.5.0pre3-1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pingus-0.5.0pre3-1.patch    10 Oct 2002 18:44:21 -0000      1.1
+++ pingus-0.5.0pre3-1.patch    4 Nov 2002 21:22:38 -0000       1.2
@@ -1,2006 +1,3 @@
-diff -ruN pingus-0.5.0pre3.orig/Makefile.in pingus-0.5.0pre3/Makefile.in
---- pingus-0.5.0pre3.orig/Makefile.in  Sun Jan 20 08:56:01 2002
-+++ pingus-0.5.0pre3/Makefile.in       Fri Apr 19 14:36:43 2002
-@@ -128,19 +128,19 @@
- all: all-redirect
- .SUFFIXES:
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
--      cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
-+      #cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
- 
- Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
[...2019 lines suppressed...]
 +    if (directory[directory.size()-1] = '/')
 +      directory.resize(directory.size()-1);
@@ -2096,7 +90,7 @@
  // FIX: Under windows, it's necessary to use libxml/parser.h, or MS's
  // compiler will fails.
 -#ifdef WIN32
-+#if defined(WIN32) || defined(__DARWIN__)
++#if defined(WIN32) || (defined(__APPLE__) && defined(__GNUC__))
    #define list
    #include <libxml/parser.h>
    #undef list
@@ -3569,7 +1563,7 @@
 +#ifndef WIN32 
  #  include <config.h>
 -#  include <getopt.h>
-+#  ifdef __DARWIN__
++#  if defined(__APPLE__) && defined(__GNUC__)
 +#    include "../getopt.h"
 +#  else
 +#    include <getopt.h>



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to