Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2323/main/finkinfo/net

Modified Files:
        applersync.info 
Log Message:
Needs to build consistently whether or not Fink's popt is installed.

Index: applersync.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/applersync.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- applersync.info     9 Oct 2006 22:38:57 -0000       1.1
+++ applersync.info     1 Mar 2007 03:19:31 -0000       1.2
@@ -4,7 +4,7 @@
 # $Id$
 Package: applersync
 Version: 2.6.3
-Revision: 3
+Revision: 4
 Description: Tiger's rsync w/ HFS+ support (patched)
 License: GPL
 Homepage: http://lartmaker.nl/rsync/
@@ -13,7 +13,7 @@
 
 #---- Dependencies -------------------------------------------------------
 
-BuildDepends: appleincludes-copyfile01
+BuildDepends: appleincludes-copyfile01, popt
 Conflicts: rsync
 Provides: rsync
 Replaces: rsync
@@ -26,8 +26,10 @@
 Source2-MD5: 6caa1f5c7149c56311b50c12206dc56e
 
 #---- Compile phase ------------------------------------------------------
+SetLDFLAGS: -I%p/include
+SetCPPFLAGS: -I%p/include/copyfile-0.1
 
-ConfigureParams: --mandir='%p/share/man' --enable-ea-support
+ConfigureParams: --mandir='%p/share/man' --enable-ea-support 
--without-included-popt
 
 PatchScript: <<
 #!/bin/sh -ex
@@ -39,7 +41,7 @@
 CompileScript: <<
 #!/bin/sh -ex
 cd rsync
-CPPFLAGS='-I%p/include/copyfile-0.1' ./configure %c
+./configure %c
 make
 <<
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to