Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv7955/10.7/stable/main/finkinfo/utils

Added Files:
        amigadepacker.info 
Log Message:
Copy from 10.4/
Has an inlined function which clang 4 just ignores, resulting in
a missing symbol error.  I'll have it use llvm-gcc, pending the time
and interest of somebody who knows how to make clang happy with
this.

--- NEW FILE: amigadepacker.info ---
Package: amigadepacker
Version: 0.04
Revision: 2
BuildDepends: llvm-gcc
Source: http://zakalwe.fi/~shd/foss/%n/%n-%v.tar.bz2
Source-MD5: 06cbd36d5faf006c810a1bd978968bb5
PatchScript: perl -pi -e "s,-O2 -g,-Os -lz," Makefile.in
ConfigureParams: --package-prefix=%d
CompileScript: <<
        CC=/usr/bin/llvm-gcc-4.2 ./configure %c
        make
<<
InstallScript: make install
DocFiles: COPYING* ChangeLog README
License: GPL
Homepage: http://zakalwe.fi/~shd/foss/amigadepacker
Maintainer: Jack Fink <[email protected]>
Description: Unpacker for common AMIGA packer formats
DescPort: <<
clang (version 4 at any rate) doesn't do inline functions *and* doesn't even
warn about that.  Use llvm-gcc for now.
<<

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to