the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: yydecode
Version: 0.2.10
Revision: 11
Description: Decoder for yEnc encoded binaries on USENET
License: GPL
Maintainer: Ben Hines
Replaces: yydecode
Provides: yydecode
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, fink (>= 0.24.12-1)
Depends: libgettext3-shlibs
Source: mirror:sourceforge:yydecode/%n-%v.tar.gz
Source-MD5: 9e6c5eb009f9084f7cbe7e4b766b12d8
ConfigureParams: --mandir=%p/share/man
PatchFile: %n.patch
PatchFile-MD5: cf1734163daf5db67d6d7bf19658f350
SetLIBS: -lintl
InstallScript: <<
make install DESTDIR=%d
strip %i/bin/%n
<<
DocFiles: README AUTHORS COPYING ChangeLog INSTALL NEWS
DescPort: <<
The configure script detects that it needs libintl, but doesn't add
the appropriate library flag. We set LIBS to work around this.
<<
Homepage: http://yydecode.sourceforge.net/
--- yydecode-0.2.10/src/crc32.c 2002-09-26 07:39:18.000000000 -0700
+++ yydecode-0.2.10-patched/src/crc32.c 2003-05-01 17:07:22.000000000 -0700
@@ -16,6 +16,10 @@
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
+#ifdef HAVE_CONFIG_H
+# include
+#endif
+
#include "system.h"
#include "crc32.h"