Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24795

Modified Files:
        nepenthes.info 
Log Message:
-Werror causes it to fail on 10.6 since daemon() is deprecated.


Index: nepenthes.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/nepenthes.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nepenthes.info      4 Aug 2010 15:41:33 -0000       1.3
+++ nepenthes.info      4 Aug 2010 22:22:57 -0000       1.4
@@ -7,8 +7,12 @@
 Source-MD5: f9f9bdaeee712e40c9eab999efe13f0f
 SetCXXFLAGS: -Os
 ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking --enable-ipfw
-PatchScript: perl -pi -e 's,-I/opt/local/include,,;s,-L/opt/local/lib,,' 
configure
+PatchScript: <<
+## -Werror causes build failure on 10.6 since daemon() is deprecated.
+  perl -pi -e 's,-Werror,,' nepenthes-core/src/Makefile.in
 ## No, we don't want to use MacPorts stuff.
+  perl -pi -e 's,-I/opt/local/include,,;s,-L/opt/local/lib,,' configure
+<<
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING CHANGES:ChangeLog README
 Homepage: http://nepenthes.mwcollect.org


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to