[csw-devel] SF.net SVN: gar:[3711] csw/mgar/pkg/libnids/trunk
hson at users.sourceforge.net
hson at users.sourceforge.net
Wed Mar 11 12:41:40 CET 2009
Revision: 3711
http://gar.svn.sourceforge.net/gar/?rev=3711&view=rev
Author: hson
Date: 2009-03-11 11:41:39 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
libnids: gcc-ism patch
Modified Paths:
--------------
csw/mgar/pkg/libnids/trunk/checksums
csw/mgar/pkg/libnids/trunk/files/mainpatch
Modified: csw/mgar/pkg/libnids/trunk/checksums
===================================================================
--- csw/mgar/pkg/libnids/trunk/checksums 2009-03-11 10:27:24 UTC (rev 3710)
+++ csw/mgar/pkg/libnids/trunk/checksums 2009-03-11 11:41:39 UTC (rev 3711)
@@ -1,2 +1,2 @@
af35e8ef403a0ca95df2da94db856428 download/libnids-1.23.tar.gz
-f30f9291f73781869e9d1e3091d8d151 download/mainpatch
+eded3e75e8a25acf7922ba0e7593ecb1 download/mainpatch
Modified: csw/mgar/pkg/libnids/trunk/files/mainpatch
===================================================================
--- csw/mgar/pkg/libnids/trunk/files/mainpatch 2009-03-11 10:27:24 UTC (rev 3710)
+++ csw/mgar/pkg/libnids/trunk/files/mainpatch 2009-03-11 11:41:39 UTC (rev 3711)
@@ -75,7 +75,16 @@
rm -f *.o *~ $(LIBSTATIC) $(LIBSHARED)
diff --speed-large-files --minimal -ru libnids-1.23.orig/src/checksum.c libnids-1.23/src/checksum.c
--- libnids-1.23.orig/src/checksum.c 2005-02-08 16:46:11.000000000 +0100
-+++ libnids-1.23/src/checksum.c 2009-03-11 00:49:43.000000000 +0100
++++ libnids-1.23/src/checksum.c 2009-03-11 12:38:07.808047165 +0100
+@@ -25,7 +25,7 @@
+ return 0;
+ }
+
+-#if ( __i386__ || __i386 )
++#if ( __i386__ || __i386 ) && __GNUC__
+ // all asm procedures are copied from Linux 2.0.36 and 2.2.10 kernels
+
+ /*
@@ -120,7 +120,7 @@
By Jorge Cwik <jorge at laser.satlink.net>, adapted for linux by Arnt
Gulbrandsen.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list