Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/gnome
In directory usw-pr-cvs1:/tmp/cvs-serv1949

Added Files:
        libart2-2.3.9-1.info libart2-2.3.9-1.patch 
Log Message:
New upstream version.

--- NEW FILE: libart2-2.3.9-1.info ---
Package: libart2
Version: 2.3.9
Revision: 1
Depends: %N-shlibs (= %v-%r)
Source: mirror:gnome:2.0.0/sources/libart_lgpl/libart_lgpl-%v.tar.bz2
Source-MD5: 0453ceffd05e6a528455de8ac7890ab3
Patch: %f.patch
SetCPPFLAGS: -no-cpp-precomp
InstallScript: make install DESTDIR=%d
BuildDependsOnly: True
SplitOff: <<
  Package: %N-shlibs
  Files: lib/libart_lgpl_2.*.dylib
  DocFiles: AUTHORS COPYING ChangeLog NEWS README
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: Library for high-performance 2D graphics
DescDetail: <<
This is the LGPL'd component of libart. All functions needed for
running the Gnome canvas, and for printing support, will be going in
here. The GPL'd component will be getting various enhanced functions
for specific applications.
<<
License: LGPL
Maintainer: Masanori Sekino <[EMAIL PROTECTED]>
Homepage: http://www.levien.com/libart/

--- NEW FILE: libart2-2.3.9-1.patch ---
diff -Naur libart_lgpl-2.3.9.old/art_misc.h libart_lgpl-2.3.9.new/art_misc.h
--- libart_lgpl-2.3.9.old/art_misc.h    Thu Nov  8 13:47:46 2001
+++ libart_lgpl-2.3.9.new/art_misc.h    Fri Jun 28 19:35:34 2002
@@ -67,8 +67,12 @@
 #if defined(__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4))
 #define ART_GNUC_PRINTF( format_idx, arg_idx )    \
   __attribute__((format (printf, format_idx, arg_idx)))
+#if defined(__APPLE__)
+#define ART_GNUC_NORETURN
+#else
 #define ART_GNUC_NORETURN                         \
   __attribute__((noreturn))
+#endif
 #else   /* !__GNUC__ */
 #define ART_GNUC_PRINTF( format_idx, arg_idx )
 #define ART_GNUC_NORETURN



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to