the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: rlog
Version: 1.4
Revision: 1
Source: http://rlog.googlecode.com/files/%n-%v.tar.gz
Source-md5: c29f74e0f50d66b20312d049b683ff82
PatchFile: %n.patch
PatchFile-md5: 55931d90e7c84a907bc8fc021c07b5b3
Homepage: http://www.arg0.net/wiki/rlog
Maintainer: James Bunton
GCC: 4.0
BuildDependsOnly: True
BuildDepends: fink (>= 0.24.12)
Depends: rlog-shlibs (= %v-%r)
Description: Flexible message logging facility for C++
DescDetail: <<
RLog provides a flexible message logging facility for C++ programs and
libraries. It is highly optimized for the case where no log messages are
output, so that it can be left in production code and enabled on-demand.
<<
License: LGPL
SplitOff: <<
Package: rlog-shlibs
Replaces: rlog-shlibs (<< 1.4-1)
Files: lib/librlog.5.0.0.dylib lib/librlog.5.dylib
Shlibs: %p/lib/librlog.5.dylib 6.0.0 %n (>= 1.4-1)
<<
--- rlog-1.4/rlog/common.h 2008-10-13 08:16:18.000000000 +1100
+++ rlog-1.4/rlog/common.h 2008-10-13 08:16:31.000000000 +1100
@@ -52,7 +52,7 @@
# define PRINTF(FMT,X) __attribute__ (( __format__ ( __printf__, FMT, X)))
# define HAVE_PRINTF_ATTR 1
-# define RLOG_SECTION __attribute__ (( section("RLOG_DATA") ))
+# define RLOG_SECTION
#if __GNUC__ >= 3
# define expect(foo, bar) __builtin_expect((foo),bar)
--- rlog-1.4/rlog/common.h.in 2008-10-13 08:21:36.000000000 +1100
+++ rlog-1.4/rlog/common.h.in 2008-10-13 08:21:48.000000000 +1100
@@ -52,7 +52,7 @@
# define PRINTF(FMT,X) __attribute__ (( __format__ ( __printf__, FMT, X)))
# define HAVE_PRINTF_ATTR 1
-# define RLOG_SECTION __attribute__ (( section("RLOG_DATA") ))
+# define RLOG_SECTION
#if __GNUC__ >= 3
# define expect(foo, bar) __builtin_expect((foo),bar)