Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv6446
Modified Files:
unrar-3.0-1.info
Added Files:
unrar-3.0-1.patch
Log Message:
Fix compilation on gcc3/jag.
--- NEW FILE: unrar-3.0-1.patch ---
--- unrarsrc_0/rartypes.hpp Tue May 14 05:41:23 2002
+++ unrarsrc_0-patched/rartypes.hpp Wed Jul 24 17:47:25 2002
@@ -11,7 +11,7 @@
#ifdef _WIN_32
typedef wchar_t wchar;
#elif defined(__GNUC__)
-typedef __wchar_t wchar;
+typedef wchar_t wchar;
#else
typedef ushort wchar;
#endif
Index: unrar-3.0-1.info
===================================================================
RCS file: /cvsroot/fink/packages/dists/unstable/main/finkinfo/utils/unrar-3.0-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unrar-3.0-1.info 25 May 2002 22:32:10 -0000 1.2
+++ unrar-3.0-1.info 25 Jul 2002 01:03:54 -0000 1.3
@@ -5,6 +5,7 @@
Source: http://www.rarlab.com/rar/unrarsrc.tar.gz
Source-MD5: 7c3b82490cbe130a40ce3fa14655605c
SourceDirectory: .
+Patch: %f.patch
CompileScript: make -f makefile.gcc
Installscript: <<
mkdir %i/bin
-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits